OmniBar.addPrefix
void addPrefix(int priority, gtk.widget.Widget widget)Add a widget at the start of the container, ordered by priority. The highest the priority, the closest to the start.
Parameters
priority | the priority |
widget | the widget to add at the start. |