42 long onKeyPress(
FXObject*,FXSelector,
void*);
43 long onKeyRelease(
FXObject*,FXSelector,
void*);
44 long onFocusNext(
FXObject*,FXSelector,
void*);
45 long onFocusPrev(
FXObject*,FXSelector,
void*);
46 long onCmdUpdate(
FXObject*,FXSelector,
void*);
53 virtual void create();
56 virtual void detach();
59 virtual void destroy();
62 virtual void layout();
65 virtual FXint getDefaultWidth();
68 virtual FXint getDefaultHeight();
71 FXint maxChildWidth()
const;
74 FXint maxChildHeight()
const;
77 virtual FXbool isComposite()
const;
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
Base composite.
Definition: FXComposite.h:32
Definition: FX4Splitter.h:28
Visual describes pixel format of a drawable.
Definition: FXVisual.h:58
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134