GNOME Bugzilla – Bug 591029
Gdk::CursorType doesn't support GDK_BLANK_CURSOR
Last modified: 2009-09-21 09:48:45 UTC
Gdk::CursorType doesn't have an equivalent of GDK_BLANK_CURSOR from gtk+ This is needed because, as far as I know, it is the quickest and easiest way to make the cursor invisible.(like in fullscreen mode in media apps)
Thanks for the hint. I think this was added to GTK+ fairly recently. I have regenerated our gdk_enums.defs file so we now have a Gdk::BLANK_CURSOR enum value that you can provide to the constructor. 2009-09-21 Murray Cumming <murrayc@murrayc.com> Regenerate enums .defs. * gdk/src/gdk_enums.defs: * gtk/src/gtk_enums.defs: Regenerated. This adds a Gdk::CURSOR_BLANK, as requested in bug #591029 (Hammered).