24 #ifndef FXSTATUSLINE_H
25 #define FXSTATUSLINE_H
72 virtual void create();
75 virtual void detach();
78 virtual FXint getDefaultWidth();
81 virtual FXint getDefaultHeight();
87 FXString getText()
const {
return status; }
90 void setNormalText(
const FXString& text);
99 FXFont* getFont()
const {
return font; }
102 FXColor getTextColor()
const {
return textColor; }
105 void setTextColor(
FXColor clr);
108 FXColor getTextHighlightColor()
const {
return textHighlightColor; }
111 void setTextHighlightColor(
FXColor clr);
114 virtual void save(FXStream& store)
const;
117 virtual void load(FXStream& store);
120 virtual ~FXStatusLine();
The Frame widget provides borders around some contents.
Definition: FXFrame.h:73
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
Base composite.
Definition: FXComposite.h:35
FXVec3d normal(const FXVec3d &a, const FXVec3d &b, const FXVec3d &c)
#define NULL
Definition: fxdefs.h:41
FXuint FXColor
Definition: fxdefs.h:454
int FXint
Definition: fxdefs.h:397
The status line normally shows its permanent message; when moving the mouse over a Widget which has s...
Definition: FXStatusLine.h:48
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
Font class.
Definition: FXFont.h:142
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33