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 (

Menu = WINDOW-POPUP ....Gtk 3.0

2012-07-05 Thread Mariano Gaudix
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 ( gtk_window_new(GTK_WINDOW_POPUP); ) as a menu