Method

GtkButtonget_child

Declaration [src]

GtkWidget*
gtk_button_get_child (
  GtkButton* button
)

Description [src]

Gets the child widget of button.

Gets propertyGtk.Button:child

Return value

Type: GtkWidget

The child widget of button.

The returned data is owned by the instance.
The return value can be NULL.