Method
GtkWidgetget_parent
Declaration [src]
GtkWidget*
gtk_widget_get_parent (
GtkWidget* widget
)
Return value
Type: GtkWidget
The parent container of widget
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |