Re: Inserting in the middle of a hbox
- From: Etienne Grossmann <etienne anonimo isr ist utl pt>
- To: gtk-list redhat com
- CC: etienne isr ist utl pt
- Subject: Re: Inserting in the middle of a hbox
- Date: Tue, 26 Jan 1999 14:08:35 +0000 (LMT)
Hello,
> > > E> Also, is there any way to delete an element from a hbox?
> > >
> >
> 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)
Just to say that "remove" worked fine : in perl, that's
$hrow->remove($removable) ;
Thank you again,
Etienne
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]