MenuGidBuilderImpl.attachWidget

Set attachWidget property.

class MenuGidBuilderImpl(T)
T
attachWidget

Parameters

propval gtk.widget.Widget

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.

Return Value

Type: T

Builder instance for fluent chaining