Arno <[EMAIL PROTECTED]> writes: > > I don't find this function. If gtk_toolbar_insert_item() I think that > gtk_toolbar_remove_item() must exist but i don't find it. So, one of > us know how could i remove an item for the toolbar ? >
When you insert an item it's returned from the insertion function; then you can just destroy it or gtk_container_remove(). Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
