Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.Statusbar

Class Statusbar

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Box.Box
                                        dui.HBox.HBox
                                                dui.Statusbar.Statusbar

Implemented interfaces:


public class

Statusbar



Status bar.

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


getType

static GType getType()
Gets this class type

Returns:
this class type



ctor(Statusbar)(GtkWidget* gtkWidget)



public ctor(Statusbar)()
creates a new Status bar



ctor(Statusbar)(bit resizeGrip)
Creates a new Status bar and set the presence of the resize grip

Parameters:
resizeGrip -

getContextId

guint getContextId(char contextDescription)
Gets the current context description

Returns:
the current context description

push

guint push(guint contextId, char text)
pushes a new context and description

Parameters:
contextId - the new context
text - the new text

pop

void pop(guint contextId)
Pops the context id

Parameters:
contextId -

remove

void remove(guint context_id, guint message_id)
Removes the context and message.

Parameters:
context_id -
message_id -

setHasResizeGrip

void setHasResizeGrip(bit setting)
Sets if the resize grip should be displayed

Parameters:
setting - if true the resize grip will be displayed

getHasResizeGrip

bit getHasResizeGrip()
Checks if the resize grip is displayed

Returns:
true if the resizegrip is displayed