![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXStatusline.h>
Inheritance diagram for FXStatusline:
Public Methods | |
FXStatusline (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0) | |
Constructor. | |
virtual void | create () |
Create server-side resources. | |
virtual void | detach () |
Detach server-side resources. | |
virtual FXint | getDefaultWidth () |
Return default width. | |
virtual FXint | getDefaultHeight () |
Return default height. | |
void | setText (const FXString &text) |
Change the temporary status message. | |
void | setNormalText (const FXString &text) |
Change the permanent status message. | |
void | setFont (FXFont *fnt) |
Change the font. | |
FXFont * | getFont () const |
Return the current font. | |
FXColor | getTextColor () const |
Return the text color. | |
void | setTextColor (FXColor clr) |
Change the text color. | |
FXColor | getTextHighlightColor () const |
Return the highlight text color. | |
void | setTextHighlightColor (FXColor clr) |
Change the highlight text color. | |
virtual void | save (FXStream &store) const |
Save status line to stream. | |
virtual void | load (FXStream &store) |
Load status line from stream. | |
virtual | ~FXStatusline () |
Destroy. | |
Public Attributes | |
FXString | getText () const |
Return the temporary status message. | |
FXString | getNormalText () const |
Return the permanent status message. |