Window.attachedTo

Get attachedTo property.

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

Return Value

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