Inheritance diagram for Statusbar:
Public Member Functions | |
this () | |
creates a new Status bar | |
this (bit resizeGrip) | |
Creates a new Status bar and set the presence of the resize grip. | |
guint | getContextId (char[] contextDescription) |
Gets the current context description. | |
guint | push (guint contextId, char[] text) |
pushes a new context and description | |
void | pop (guint contextId) |
Pops the context id. | |
void | remove (guint context_id, guint message_id) |
Removes the context and message. | |
void | setHasResizeGrip (bit setting) |
Sets if the resize grip should be displayed. | |
bit | getHasResizeGrip () |
Checks if the resize grip is displayed. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Gets the current context description.
|
|
Checks if the resize grip is displayed.
|
|
Gets this class type.
Reimplemented from HBox. |
|
Pops the context id.
|
|
pushes a new context and description
|
|
Removes the context and message.
|
|
Sets if the resize grip should be displayed.
|
|
Creates a new Status bar and set the presence of the resize grip.
|
|
creates a new Status bar
|