add_prefix
Description:
public void add_prefix (
int priority,
Widget widget)
Add a widget at the start 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 at the start.
|