Menu.attachWidget

gtk.widget.Widget attachWidget() @property

Get attachWidget property.

Returns

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.

void attachWidget(gtk.widget.Widget propval) @property

Set attachWidget property.

Parameters

propvalThe 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.