Coming from Windows Forms, it was easy to change a cursor.

this.Cursor = Cursors.WaitCursor;
this.Cursor = Cursors.Default;


I am having a lot of trouble trying to figure out how to do this in a Gtk
Window. I have searched google and looked through the documentation and seen
that the Gtk.Window class doesn't have a Cursor associated with it. The
closest I found was:

this.GdkWindow.Cursor = new Gdk.Cursor(Gdk.CursorType.Watch)

But that doesnt help me because I'm using a Gtk.Window.

How can I do this? Thanks!
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to