Re: [gtk-list] widget deallocation



"C.J. Beyer" <cj@styx.phy.vanderbilt.edu> wrote:
> Is there a way to remove widgets from containers and destroy them?

yes, done that a hundred times on accident. :)
gtk_widget_destroy (or destroy_widget?)

you MIGHT run into trouble if the widget is the only one left in the
container. otherwise, those remaining will nicely rearrange themselves.

-- 
Those who do not understand Unix are condemned to reinvent it, poorly.
		-- Henry Spencer



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