Method

HeBottomBarremove_button

Declaration

void
he_bottom_bar_remove_button (
  HeBottomBar* self,
  HeButton* button
)

Description [src]

Remove a button from the bottom bar. The button is removed from whichever position it's currently in. If the button is not a child of this bottom bar, no action is taken. .

Parameters

button

Type: HeButton

The He.Button to remove from the bottom bar .

The data is owned by the caller of the method.