21 #ifndef FXMENUSEPARATOR_H 22 #define FXMENUSEPARATOR_H 51 long onPaint(
FXObject*,FXSelector,
void*);
58 virtual FXint getDefaultWidth();
61 virtual FXint getDefaultHeight();
64 void setHiliteColor(FXColor clr);
70 void setShadowColor(FXColor clr);
76 virtual void save(
FXStream& store)
const;
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