GNOME Bugzilla – Bug 122728
No Busy+Interactive Cursor
Last modified: 2015-04-18 00:23:19 UTC
It would be nice to have a busy/interactive cursor, such as a watch with an arrow next to it, for use when the application is busy but is not blocking the UI. For instance, it might be called GDK_WATCH_INTERACTIVE.
By the way, this is the list of current cursors in GDK: http://developer.gnome.org/doc/API/2.0/gdk/gdk-Cursors.html
Look at 69436 for a long discussion of a useful set of cursors.
*** Bug 345691 has been marked as a duplicate of this bug. ***
You can get a wait+interactive cursor with gdk_cursor_new_from_name (display, "left_ptr_watch")