RE: [gtk-list] Removing a Widget from a Menu




> I'd like to remove a widget from a menu. There are all sorts of ways to
> add widgets (append, prepend, insert) but no function for remove.

I think you can use gtk_container_remove(GTK_CONTAINER(menu), widget);
here - GtkMenuShell overrides this function.

Damon



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