Method
Gtk.Widget.get_first_child
Declaration [src]
GtkWidget*
gtk_widget_get_first_child (
  GtkWidget* widget
)
Description [src]
Returns the widgets first child.
This API is primarily meant for widget implementations.
Return value
| Returns: GtkWidget | |
| The widget’s first child | |
| Ownership is not transferred to the caller | |
| Can be NULL | |