Re: GtkApplication Thread Initialization

2012-07-07 Thread Tristan Van Berkom
On Fri, Jul 6, 2012 at 1:45 PM, Paul Davis wrote: > /* Initialize threading in older libraries */ >> >> #if (!GLIB_CHECK_VERSION (2, 31, 0)) >> g_thread_init (NULL); >> #endif >> >> #if (!CLUTTER_CHECK_VERSION (1, 9, 0))' > > > these are compile time checks ... seems unwise, no? > Perhaps, I

Re: Menu = WINDOW-POPUP ....Gtk 3.0

2012-07-07 Thread Thomas Jollans
On 07/03/2012 05:38 PM, Mariano Gaudix wrote: > As I can with a button to control the effect of the judgment > gdk_device_grab (); ... and gdk_device_ungrab() ; > .. I have been able to create something like a MENU > ... I use a WINDOW-POPUP