Christophe HAUSER wrote:
Hello, I would like to hide the mouse cursor in my GTK application, but I can't find any related function.
You can set the cursor graphic to a transperent png, setting
the cursor is GdkWindow specific.
http://developer.gnome.org/doc/API/2.0/gdk/gdk-Cursors.html
Cheers,
-Tristan