Window.attachedTo

gtk.widget.Widget attachedTo() @property

Get attachedTo property.

Returns

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.

void attachedTo(gtk.widget.Widget propval) @property

Set attachedTo property.

Parameters

propvalThe 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.