add_suffix
Description:
public void add_suffix (
int priority,
Widget widget)
Add a widget towards the end of the container, ordered by priority.
The highest the priority, the closest to the start.
Parameters:
| this |
a OmniBar
|
| priority |
the priority
|
| widget |
the widget to add toward the end.
|