Panel.Statusbar

g GObject.GInterface GObject.GInterface Gtk.Accessible Gtk.Accessible GObject.GInterface->Gtk.Accessible Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.ConstraintTarget Gtk.ConstraintTarget GObject.GInterface->Gtk.ConstraintTarget GObject.InitiallyUnowned GObject.InitiallyUnowned Gtk.Widget Gtk.Widget GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Accessible->Gtk.Widget Gtk.Buildable->Gtk.Widget Gtk.ConstraintTarget->Gtk.Widget Panel.Statusbar Panel.Statusbar Gtk.Widget->Panel.Statusbar

Subclasses:

None

Methods

Inherited:

Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1)

Structs:

Gtk.WidgetClass (18), GObject.ObjectClass (5)

class

new ()

add_prefix (priority, widget)

add_suffix (priority, widget)

remove (widget)

Virtual Methods

Inherited:

Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)

Properties

Inherited:

Gtk.Widget (34), Gtk.Accessible (1)

Signals

Inherited:

Gtk.Widget (13), GObject.Object (1)

Fields

Inherited:

Gtk.Widget (13), GObject.Object (1)

Class Details

class Panel.Statusbar(**kwargs)
Bases:

Gtk.Widget

Abstract:

No

Structure:

Panel.StatusbarClass

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.

classmethod new()
Returns:

a newly created #PanelStatusBar.

Return type:

Gtk.Widget

Create a new Panel.Statusbar.

add_prefix(priority, widget)
Parameters:

Adds a widget into the prefix with priority. The higher the priority the closer to the start the widget will be added.

add_suffix(priority, widget)
Parameters:

Adds a widget into the suffix with priority. The higher the priority the closer to the start the widget will be added.

remove(widget)
Parameters:

widget (Gtk.Widget) – a Gtk.Widget to remove.

Removes widget from the Panel.Statusbar.