Method

HeBottomBarinsert_button_after

Declaration

void
he_bottom_bar_insert_button_after (
  HeBottomBar* self,
  HeButton* button,
  HeButton* after,
  HeBottomBarPosition position
)

Description [src]

Insert a button after another button. The new button is inserted immediately after the reference button in the specified position. Both buttons must be in the same position..

Parameters

button

Type: HeButton

The He.Button to insert .

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

Type: HeButton

The existing He.Button to insert after .

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

Type: HeBottomBarPosition

Which side of the bar to insert the button into .