Method

HeBottomBarappend_button

Declaration

void
he_bottom_bar_append_button (
  HeBottomBar* self,
  HeButton* button,
  HeBottomBarPosition position
)

Description [src]

Add a button to the end of the bottom bar. The button is added to the specified position (left or right side) after any existing buttons in that position..

Parameters

button

Type: HeButton

The He.Button to add to the bottom bar .

The data is owned by the caller of the method.
position

Type: HeBottomBarPosition

Which side of the bar to add the button to .