Method

GtkWindowget_attached_to

since: 3.4

Declaration [src]

GtkWidget*
gtk_window_get_attached_to (
  GtkWindow* window
)

Description [src]

Fetches the attach widget for this window. See gtk_window_set_attached_to().

Available since: 3.4

Gets propertyGtk.Window:attached-to

Return value

Type: GtkWidget

The widget where the window is attached, or NULL if the window is not attached to any widget.

The returned data is owned by the instance.
The return value can be NULL.