attached_to


Description:

[ Version ( since = "3.4" ) ]
public Widget attached_to { get; set construct; }

The widget to which this window is attached.

See set_attached_to.

Examples of places where specifying this relation is useful are for instance a Menu created by a ComboBox, a completion popup window created by Entry or a typeahead search entry created by TreeView.