Method
GtkCheckButtonget_child
Declaration [src]
GtkWidget*
gtk_check_button_get_child (
GtkCheckButton* button
)
Description [src]
Gets the child widget of button
or NULL
if GtkCheckButton:label
is set.
Available since: | 4.8 |
Gets property | Gtk.CheckButton:child |
Return value
Returns: | GtkWidget |
The child widget of |
|
The data is owned by the instance. | |
The return value can be NULL . |