Property
GtkWindow:attached-to
since: 3.4
Description [src]
The widget to which this window is attached. See gtk_window_set_attached_to().
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
.
Type:GtkWidget
Available since: 3.4
Getter method | gtk_window_get_attached_to() |
Setter method | gtk_window_set_attached_to() |