Method
GtkWidgetget_parent_window
Declaration [src]
GdkWindow*
gtk_widget_get_parent_window (
GtkWidget* widget
)
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 . |