24 #ifndef FXDRAGCORNER_H
25 #define FXDRAGCORNER_H
64 virtual FXint getDefaultWidth();
67 virtual FXint getDefaultHeight();
70 virtual void create();
73 void setHiliteColor(
FXColor clr);
76 FXColor getHiliteColor()
const {
return hiliteColor; }
79 void setShadowColor(
FXColor clr);
82 FXColor getShadowColor()
const {
return shadowColor; }
85 virtual void save(FXStream& store)
const;
88 virtual void load(FXStream& store);
A drag corner widget may be placed in the bottom right corner so as to allow the window to be resized...
Definition: FXDragCorner.h:38
Base class for all windows.
Definition: FXWindow.h:115
FXuint FXSelector
Association key.
Definition: FXObject.h:53
#define FXAPI
Definition: fxdefs.h:122
FXuchar FXbool
Definition: fxdefs.h:386
Base composite.
Definition: FXComposite.h:35
FXuint FXColor
Definition: fxdefs.h:447
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:390
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92