add_suffix
Description:
public void add_suffix (
int priority,
Widget widget)
Adds a widget into the suffix with priority.
The higher the priority the closer to the start the widget will be added.
Parameters:
| this |
a Statusbar
|
| priority |
the priority
|
| widget |
a Widget to add.
|