Warning
GtkToolbarChildType is deprecated and should not be used in newly-written code.
GtkToolbarChildType is used to set the type of new elements that are added
to a GtkToolbar.
GTK_TOOLBAR_CHILD_SPACE
a space in the style of the toolbar's GtkToolbarSpaceStyle.
GTK_TOOLBAR_CHILD_BUTTON
a GtkButton.
GTK_TOOLBAR_CHILD_TOGGLEBUTTON
a GtkToggleButton.
GTK_TOOLBAR_CHILD_RADIOBUTTON
a GtkRadioButton.
GTK_TOOLBAR_CHILD_WIDGET
a standard GtkWidget.
Warning GtkToolbarChildType is deprecated and should not be used in newly-written code. GtkToolbarChildType is used to set the type of new elements that are added to a GtkToolbar. GTK_TOOLBAR_CHILD_SPACE a space in the style of the toolbar's GtkToolbarSpaceStyle. GTK_TOOLBAR_CHILD_BUTTON a GtkButton. GTK_TOOLBAR_CHILD_TOGGLEBUTTON a GtkToggleButton. GTK_TOOLBAR_CHILD_RADIOBUTTON a GtkRadioButton. GTK_TOOLBAR_CHILD_WIDGET a standard GtkWidget.