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 591029 - Gdk::CursorType doesn't support GDK_BLANK_CURSOR
Gdk::CursorType doesn't support GDK_BLANK_CURSOR
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: gdkmm
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2009-08-07 05:20 UTC by Hammered
Modified: 2009-09-21 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hammered 2009-08-07 05:20:33 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)
Comment 1 Murray Cumming 2009-09-21 09:48:45 UTC
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).