Re: obtain parent from menu callback

2011-11-28 Thread jcupitt
Hi Steve, On 26 November 2011 08:27, Steve . iteratio...@gmail.com wrote: I've got a GtkItemFactoryEntry popup menu, the menu pops up from a button press event using gtk_menu_popup. I found the best solution was to make my own menus and use quarks set on them to link them to their context. I

obtain parent from menu callback

2011-11-26 Thread Steve .
Hello folks, I've got a GtkItemFactoryEntry popup menu, the menu pops up from a button press event using gtk_menu_popup Inside my menu callback I need to be able to force a configure event on another widget. My hierarchy: window -Fixed Container --Drawable The menu is created using the window