Method

HeAppBarappend_toggle

Declaration

void
he_app_bar_append_toggle (
  HeAppBar* self,
  GtkWidget* child
)

Description [src]

Append a togglebutton child to the AppBar. Please note that an AppBar should only have at most three children..

Parameters

child

Type: GtkWidget

The child to append. .

The data is owned by the caller of the method.