the menu without a #GtkMenuDetachFunc. If you need to use a detacher, use [gtk.menu.Menu.attachToWidget] directly.
Menu.attachWidget
gtk.widget.Widget attachWidget() @propertyGet attachWidget property.
Returns
The widget the menu is attached to. Setting this property attaches
void attachWidget(gtk.widget.Widget propval) @propertySet attachWidget property.
Parameters
propval | The widget the menu is attached to. Setting this property attaches the menu without a #GtkMenuDetachFunc. If you need to use a detacher, use [gtk.menu.Menu.attachToWidget] directly. |