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