 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef MFXCheckableButton_h
17 #define MFXCheckableButton_h
37 FXIcon* ic = NULL, FXObject* tgt = NULL, FXSelector sel = 0,
38 FXuint opts = BUTTON_NORMAL,
39 FXint x = 0, FXint y = 0, FXint w = 0, FXint h = 0,
40 FXint pl = DEFAULT_PAD, FXint pr = DEFAULT_PAD, FXint pt = DEFAULT_PAD, FXint pb = DEFAULT_PAD);
54 long onPaint(FXObject*, FXSelector,
void*);
57 long onUpdate(FXObject*, FXSelector,
void*);
#define FOX_CONSTRUCTOR(classname)