Method
HeBottomBarinsert_button_after
Declaration
void
he_bottom_bar_insert_button_after (
HeBottomBar* self,
HeButton* button,
HeButton* after,
HeBottomBarPosition position
)
Description [src]
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 .