Re: How to remove objects from a vbox?



Well, because GtkBox comes from GtkContainer, you can use
the following function to remove a widget from a container:

void gtk_container_remove(GtkContainer *container, GtkWidget *widget);


Ottavio Campana wrote:

> gtk_box_pack_start adds items  to the box. How can I  do the opposite? I
> mean, how can I remove a widget from a box?
>
> Bye

--
Jeff "Shippy" Shipman     E-Mail: shippy cs nmt edu
CS Major / EE Minor       ICQ: 1786493
New Mexico Institute of Mining and Technology
Homepage: http://www.nmt.edu/~shippy





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