Method
GtkWidgetget_last_child
Declaration [src]
GtkWidget*
gtk_widget_get_last_child (
GtkWidget* widget
)
Description [src]
Returns the widget’s last child.
This function is primarily meant for widget implementations.
Return value
Type: GtkWidget
The widget’s last child.
The returned data is owned by the instance. |
The return value can be NULL . |