21 #ifndef FXDRAGCORNER_H 22 #define FXDRAGCORNER_H 51 long onPaint(
FXObject*,FXSelector,
void*);
52 long onLeftBtnPress(
FXObject*,FXSelector,
void*);
53 long onLeftBtnRelease(
FXObject*,FXSelector,
void*);
54 long onMotion(
FXObject*,FXSelector,
void*);
61 virtual FXint getDefaultWidth();
64 virtual FXint getDefaultHeight();
67 virtual void create();
70 void setHiliteColor(FXColor clr);
76 void setShadowColor(FXColor clr);
82 virtual void save(
FXStream& store)
const;
A drag corner widget may be placed in the bottom right corner so as to allow the window to be resized...
Definition: FXDragCorner.h:35
FXColor getHiliteColor() const
Return current highlight color.
Definition: FXDragCorner.h:73
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
Base composite.
Definition: FXComposite.h:32
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:81
Definition: FX4Splitter.h:28
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
FXColor getShadowColor() const
Return current shadow color.
Definition: FXDragCorner.h:79