Method

GtkHeaderBarpack_end

Declaration [src]

void
gtk_header_bar_pack_end (
  GtkHeaderBar* bar,
  GtkWidget* child
)

Description [src]

Adds a child to the header bar, packed with reference to the end.

Parameters

child

Type: GtkWidget

The widget to be added to bar.

The data is owned by the caller of the method.