Method

Gtk.HeaderBar.pack_start

Declaration [src]

void
gtk_header_bar_pack_start (
  GtkHeaderBar* bar,
  GtkWidget* child
)

Description [src]

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

Parameters

child GtkWidget
 

the GtkWidget to be added to bar

 Ownership is not transferred to the callee