Method
AdwHeaderBarremove
Declaration [src]
void
adw_header_bar_remove (
  AdwHeaderBar* self,
  GtkWidget* child
)
Description [src]
Removes a child from self.
The child must have been added with adw_header_bar_pack_start(),
adw_header_bar_pack_end() or AdwHeaderBar:title-widget.
Parameters
- child
- 
            Type: GtkWidgetThe child to remove. The data is owned by the caller of the method.