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() static nothrowGet builder for [panel.statusbar.Statusbar] Returns: New builder objectvoid addPrefix(int priority, gtk.widget.Widget widget) nothrowAdds 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) nothrowAdds a widget into the suffix with priority. The higher the priority the closer to the start the widget will be added.Fluent builder implementation template for panel.statusbar.Statusbar
Fluent builder for panel.statusbar.Statusbar