21 #ifndef FXSCROLLPANE_H 22 #define FXSCROLLPANE_H 25 #include "FXMenuPane.h" 52 long onCmdIncrement(
FXObject*,FXSelector,
void*);
53 long onCmdDecrement(
FXObject*,FXSelector,
void*);
56 ID_SCROLL_DN=FXMenuPane::ID_LAST,
66 virtual FXint getDefaultWidth();
69 virtual FXint getDefaultHeight();
75 virtual void layout();
81 void setNumVisible(FXint nvis);
87 void setTopItem(FXint t);
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
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