Method
GtkMenudetach
Declaration [src]
void
gtk_menu_detach (
GtkMenu* menu
)
Description [src]
Detaches the menu from the widget to which it had been attached.
This function will call the callback function, detacher
, provided
when the gtk_menu_attach_to_widget()
function was called.