Method

AdapHeaderBarremove

Declaration [src]

void
adap_header_bar_remove (
  AdapHeaderBar* self,
  GtkWidget* child
)

Description [src]

Removes a child from self.

The child must have been added with adap_header_bar_pack_start(), adap_header_bar_pack_end() or AdapHeaderBar:title-widget.

Parameters

child

Type: GtkWidget

The child to remove.

The data is owned by the caller of the method.