Method
GtkActionBarpack_start
since: 3.12
Declaration [src]
void
gtk_action_bar_pack_start (
GtkActionBar* action_bar,
GtkWidget* child
)
Description [src]
Adds child to action_bar, packed with reference to the
start of the action_bar.
Available since: 3.12
Parameters
child-
Type:
GtkWidgetThe
GtkWidgetto be added toaction_bar.The data is owned by the caller of the method.