attach/detach to menu widget via
Tue Feb 3 15:09:55 1998 Tim Janik <timj@gimp.org> * gtk/gtkoptionmenu.h: * gtk/gtkoptionmenu.c: attach/detach to menu widget via * gtk/gtkmenu.h: * gtk/gtkmenu.c: new functions gtk_menu_attach_to_widget and gtk_menu_detach that correspond to the action of gtk_widget_set_parent and gtk_widget_unparent. * gtk/widget.c: few fixups.
This commit is contained in:
@ -802,6 +802,7 @@ gtk_button_remove (GtkContainer *container,
|
||||
|
||||
g_return_if_fail (container != NULL);
|
||||
g_return_if_fail (GTK_IS_BUTTON (container));
|
||||
g_return_if_fail (widget != NULL);
|
||||
|
||||
button = GTK_BUTTON (container);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user