Method

GtkWidgetget_window

since: 2.14

Declaration [src]

GdkWindow*
gtk_widget_get_window (
  GtkWidget* widget
)

Description [src]

Returns the widget’s window if it is realized, NULL otherwise.

Available since: 2.14

Gets propertyGtk.Widget:window

Return value

Type: GdkWindow

widget’s window.

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