Statusbar Class Reference

Inheritance diagram for Statusbar:

HBox List of all members.

Detailed Description

Status bar.


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.


Member Function Documentation

guint Statusbar.getContextId char[]  contextDescription  ) 
 

Gets the current context description.

Returns:
the current context description

bit Statusbar.getHasResizeGrip  ) 
 

Checks if the resize grip is displayed.

Returns:
true if the resizegrip is displayed

GType Statusbar.getType  )  [static]
 

Gets this class type.

Returns:
this class type

Reimplemented from HBox.

void Statusbar.pop guint  contextId  ) 
 

Pops the context id.

Parameters:
contextId 

guint Statusbar.push guint  contextId,
char[]  text
 

pushes a new context and description

Parameters:
contextId the new context
text the new text

void Statusbar.remove guint  context_id,
guint  message_id
 

Removes the context and message.

Parameters:
context_id 
message_id 

void Statusbar.setHasResizeGrip bit  setting  ) 
 

Sets if the resize grip should be displayed.

Parameters:
setting if true the resize grip will be displayed

Statusbar.this bit  resizeGrip  ) 
 

Creates a new Status bar and set the presence of the resize grip.

Parameters:
resizeGrip 

Statusbar.this  ) 
 

creates a new Status bar


SourceForge.net Logo DSource.org Logo digitalmars.com Logo