Menu.attachWidget

Get attachWidget property.

  1. gtk.widget.Widget attachWidget [@property getter]
    class Menu
    @property
    attachWidget
    ()
  2. gtk.widget.Widget attachWidget [@property setter]

Return Value

Type: 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.