Gtk Wait Cursor

Can anyone explain how to create a Wait Cursor in Gtk? I can’t seem
to find an example and the docs are not clear.

Thanks

Am Montag, den 19.03.2007, 21:05 +0900 schrieb WoodHacker:

Can anyone explain how to create a Wait Cursor in Gtk? I can’t seem
to find an example and the docs are not clear.

Thanks

YourWidget.window.cursor = Gdk::Cursor.new Gdk::Cursor::WATCH

Cheers
detlef

On Mar 19, 12:10 pm, Detlef R. [email protected] wrote:

detlef
Thanks. Works like a charm.