Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXStatusLine.h>
Inheritance diagram for FX::FXStatusLine:
Public Member Functions | |
FXStatusLine (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0) | |
virtual void | create () |
virtual void | detach () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setText (const FXString &text) |
FXString | getText () const |
void | setNormalText (const FXString &text) |
FXString | getNormalText () const |
void | setFont (FXFont *fnt) |
FXFont * | getFont () const |
FXColor | getTextColor () const |
void | setTextColor (FXColor clr) |
FXColor | getTextHighlightColor () const |
void | setTextHighlightColor (FXColor clr) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXStatusLine () |
If this query does not result in a new status string, the target of the status line is tried via an ordinary SEL_UPDATE message. If none of the above work then the status line will display the normal text, i.e. the string set via setNormalText(). If the message contains a newline (
), then the part before the newline will be displayed in the highlight color, while the part after the newline is shown using the normal text color.
|
Constructor.
|
|
Destroy.
|
|
Create server-side resources.
Reimplemented from FX::FXWindow. |
|
Detach server-side resources.
Reimplemented from FX::FXWindow. |
|
Return default width.
Reimplemented from FX::FXFrame. |
|
Return default height.
Reimplemented from FX::FXFrame. |
|
Change the temporary status message.
|
|
Return the temporary status message.
|
|
Change the permanent status message.
|
|
Return the permanent status message.
|
|
Change the font.
|
|
Return the current font.
|
|
Return the text color.
|
|
Change the text color.
|
|
Return the highlight text color.
|
|
Change the highlight text color.
|
|
Save status line to stream.
Reimplemented from FX::FXFrame. |
|
Load status line from stream.
Reimplemented from FX::FXFrame. |
Copyright © 1997-2005 Jeroen van der Zijp |