Window.attachedTo

Set attachedTo property.

  1. gtk.widget.Widget attachedTo [@property getter]
  2. gtk.widget.Widget attachedTo [@property setter]
    class Window
    @property
    void
    attachedTo

Parameters

propval gtk.widget.Widget

The widget to which this window is attached. See gtk.window.Window.setAttachedTo.

Examples of places where specifying this relation is useful are for instance a #GtkMenu created by a #GtkComboBox, a completion popup window created by #GtkEntry or a typeahead search entry created by #GtkTreeView.