Method

GtkActionBarpack_start

Declaration [src]

void
gtk_action_bar_pack_start (
  GtkActionBar* action_bar,
  GtkWidget* child
)

Description [src]

Adds a child to the action, packed with reference to the start of the action bar.

Parameters

child

Type: GtkWidget

The widget to be added.

The data is owned by the caller of the method.