WindowGidBuilderImpl.attachedTo

Set attachedTo property.

class WindowGidBuilderImpl(T)
T
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.

Return Value

Type: T

Builder instance for fluent chaining