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

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

[no subject]

2013-10-17 Thread Bernhard Schuster
How to implement a tls/ssl based client with a server side cert? The documentation on that topic is not helpful/confusing (thus posting to both lists). ** (democlient:405): WARNING **: 1 Error 1 - Error performing TLS handshake: An unexpected TLS packet was received. Can somebody please have a