Re: hide or better delete elements in GtkMenu



On lun, 2005-01-17 at 10:24 +0100, Andreas Madsack wrote:
I can hide them with gtk_widget_hide(..), but how can I get the pointer?
Hiding is nice, but delete an element would be perfect.
This is a list of all children of the menu:
GTK_MENU_SHELL(menu)->children

It is read-only, so you're only allowed to hide the widget and not
remove to it.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]