Package: gtk

Function gtk:menu-attach-to-widget

Lambda List

gtk:menu-attach-to-widget (menu widget detacher)

Arguments

menu -- a gtk:menu widget
widget -- a gtk:widget widget that the menu will be attached to
detacher -- a user supplied GtkMenuDetachFunc callback function that will be called when the menu calls the gtk:menu-detach function

Details

Attaches the menu to the widget and provides a callback function that will be invoked when the menu calls the gtk:menu-detach function during its destruction. gtk:menu-detach
 

See also

#2023-3-21