Re: [gtk-list] Re: Inserting in the middle of a hbox



On Tue, Jan 26, 1999 at 12:10:34PM +0000, Etienne Grossmann wrote:
> >  E>   Also, is there any way to delete an element from a hbox?
> > 
> > I can't think of one...and I don't think there is...it would probably
> > cause all kinds of problems with the packing.
> 
>   Uh, oh; do you think I could do the following instead :
> 
There is a way. Removing a child from a container is the same for every
container, so it is in GtkContainer :) use gtk_container_remove(parent, widget)

-- 
Martijn van Beers
martijn@earthling.net



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