Menu.attachWidget

Set attachWidget property.

  1. gtk.widget.Widget attachWidget [@property getter]
  2. gtk.widget.Widget attachWidget [@property setter]
    class Menu
    @property
    void
    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.