Re: Change the mouse pointer to sandglass

2007-09-20 Thread Jim George
> I want change to mouse pointer to sandglass to indicate the system is > busy, how can i do it? I use functions like this: void set_wait_cursor(GtkWidget *w) { GtkWidget *parent; GdkCursor* cursor; parent = gtk_widget_get_toplevel(w); if (parent != NULL) {

Change the mouse pointer to sandglass

2007-09-20 Thread Binary Chen
Hi, I want change to mouse pointer to sandglass to indicate the system is busy, how can i do it? Thanks. Bin ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list