Method

Gtk.ActionBar.pack_start

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.

Parameters

child GtkWidget
 

the GtkWidget to be added to action_bar

 Ownership is not transferred to the callee