Method

Adw.HeaderBar.pack_end

Declaration [src]

void
adw_header_bar_pack_end (
  AdwHeaderBar* self,
  GtkWidget* child
)

Description [src]

Adds child to self, packed with reference to the end of self.

Parameters

child GtkWidget*
 

the widget to be added to self

 Ownership is not transferred to the callee