After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 122728 - No Busy+Interactive Cursor
No Busy+Interactive Cursor
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
2.4.x
Other All
: Normal enhancement
: Medium API
Assigned To: gtk-bugs
gtk-bugs
: 345691 (view as bug list)
Depends on: 69436
Blocks: 108040
 
 
Reported: 2003-09-19 12:36 UTC by Murray Cumming
Modified: 2015-04-18 00:23 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Murray Cumming 2003-09-19 12:36:53 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.
Comment 1 Murray Cumming 2003-09-19 12:39:18 UTC
By the way, this is the list of current cursors in GDK:
http://developer.gnome.org/doc/API/2.0/gdk/gdk-Cursors.html
Comment 2 Matthias Clasen 2003-09-19 14:34:39 UTC
Look at 69436 for a long discussion of a useful set of cursors.
Comment 3 Cosimo Cecchi 2012-10-02 21:26:52 UTC
*** Bug 345691 has been marked as a duplicate of this bug. ***
Comment 4 Matthias Clasen 2015-04-18 00:22:59 UTC
You can get a wait+interactive cursor with

gdk_cursor_new_from_name (display, "left_ptr_watch")