panel.statusbar
Module for [Statusbar] class
Types 3
classStatusbar : gtk.widget.Widget
A panel status bar is meant to be displayed at the bottom of the window. It can contain widgets in the prefix and in the suffix.
Methods
StatusbarGidBuilder builder()Get builder for [panel.statusbar.Statusbar] Returns: New builder objectvoid addPrefix(int priority, gtk.widget.Widget widget)Adds a widget into the prefix with priority. The higher the priority the closer to the start the widget will be added.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.void remove(gtk.widget.Widget widget)Removes widget from the #PanelStatusbar.