Method
Gtk.Widget.get_root
Declaration [src]
GtkRoot*
gtk_widget_get_root (
GtkWidget* widget
)
Description [src]
Returns the GtkRoot
widget of widget
.
This function will return NULL
if the widget is not contained
inside a widget tree with a root widget.
GtkRoot
widgets will return themselves here.
Gets property | Gtk.Widget:root |
Return value
Returns: GtkRoot |
|
the root widget of |
|
Ownership is not transferred to the caller | |
Can be NULL |