Re: [gtk-list] widget deallocation



On Wed, 18 Nov 1998, C.J. Beyer wrote:

> Is there a way to remove widgets from containers and destroy them?
>
> In particular I want to have some dynamic menuitems on my File
> menu, like a list of currently open files.

gtk_container_remove(GTK_CONTAINER(menu), GTK_WIDGET(menuitem));

It should work fine...
-- Elliot
"In film you will find four basic story lines. Man versus man, man
 versus nature, nature versus nature, and dog versus vampire."
    - Steven Spielberg



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