Statusbar.addSuffix
void addSuffix(int priority, gtk.widget.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
priority | the priority |
widget | a #GtkWidget to add. |