Method

GtkWidgetget_parent_window

Declaration [src]

GdkWindow*
gtk_widget_get_parent_window (
  GtkWidget* widget
)

Description [src]

Gets widget’s parent window, or NULL if it does not have one.

Return value

Type: GdkWindow

The parent window of widget, or NULL if it does not have a parent window.

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