disable mouse click

2013-10-17 Thread Andrea Zagli
i want to disable mouse click on every widget of a window when i change the cursor to GDK_WATCH is there a way? thanks in advance ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: disable mouse click

2013-10-17 Thread David Nečas
On Thu, Oct 17, 2013 at 09:10:30AM +, Andrea Zagli wrote: i want to disable mouse click on every widget of a window when i change the cursor to GDK_WATCH gtk_widget_set_sensitive(window, FALSE); Yeti ___ gtk-app-devel-list mailing list gtk-app