panel.statusbar

Module for [Statusbar] class

Types 3

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
GType _gType() @property
Statusbar self()Returns `this`, for use in `with` statements.
StatusbarGidBuilder builder()Get builder for [panel.statusbar.Statusbar] Returns: New builder object
void 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.
Constructors
this(void * ptr, Flag!"Take" take)
this()Create a new #PanelStatusbar. Returns: a newly created #PanelStatusBar.

Fluent builder for [panel.statusbar.Statusbar]

Methods