add_prefix
Description:
public void add_prefix (
int priority,
Widget widget)
Adds a widget into the prefix 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.
|