33 #ifdef CHECK_MEMORY_LEAKS
35 #endif // CHECK_MEMORY_LEAKS
48 const FXString& text, FXIcon* ic,
51 FXint x, FXint y, FXint w, FXint h,
52 FXint pl, FXint pr, FXint pt, FXint pb)
53 :
FXButton(p, text, ic, tgt, sel, opts, x, y, w, h, pl, pr, pt, pb),
54 myAmChecked(amChecked), myAmInitialised(false) {
80 return FXButton::onPaint(sender, sel, data);
90 long ret = FXButton::onUpdate(sender, sel, data);
107 options &= (0xffffffff - (FRAME_SUNKEN | FRAME_SUNKEN | FRAME_THICK));
112 if (state == STATE_ENGAGED) {
113 options |= FRAME_SUNKEN | FRAME_THICK;
115 options |= FRAME_SUNKEN;
121 if (state == STATE_ENGAGED) {
122 options |= FRAME_RAISED | FRAME_THICK;
124 options |= FRAME_RAISED;
FXDEFMAP(GUIDialog_AppSettings) GUIDialog_AppSettingsMap[]