Module dui.Statusbar
| Constructor Summary | |
|---|---|
|
(GtkWidget* gtkWidget) |
|
| public |
() creates a new Status bar |
|
(bit resizeGrip) Creates a new Status bar and set the presence of the resize grip |
|
| Methods Summary | |
|---|---|
| static GType |
getType() Gets this class type |
| 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 |