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: [EMAIL PROTECTED]
CS Major / EE Minor       ICQ: 1786493
New Mexico Institute of Mining and Technology
Homepage: http://www.nmt.edu/~shippy


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to