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

Fluent builder implementation template for panel.statusbar.Statusbar

Fluent builder for panel.statusbar.Statusbar

Methods
Statusbar build() nothrowCreate object from builder. Returns: New object