Method
GtkButtonBoxget_child_secondary
since: 2.4
Declaration [src]
gboolean
gtk_button_box_get_child_secondary (
GtkButtonBox* widget,
GtkWidget* child
)
Description [src]
Returns whether child
should appear in a secondary group of children.
Available since: 2.4
Parameters
child
-
Type:
GtkWidget
A child of
widget
.The data is owned by the caller of the method.