diff options
author | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
commit | 399b0fa3b970ec1ff6969902639d5058c3e732a9 (patch) | |
tree | 957710aeab8c02c98b90f0b73583bda74f9826de /dw/fltkcomplexbutton.hh | |
parent | 0f8cb48af3903c6a355c5404f5b5d01942eabd2b (diff) |
rm spaces
Diffstat (limited to 'dw/fltkcomplexbutton.hh')
-rw-r--r-- | dw/fltkcomplexbutton.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkcomplexbutton.hh b/dw/fltkcomplexbutton.hh index 6266694a..e4ca2e2b 100644 --- a/dw/fltkcomplexbutton.hh +++ b/dw/fltkcomplexbutton.hh @@ -23,7 +23,7 @@ #include <FL/Fl_Group.H> // values for type() -#define FL_NORMAL_BUTTON 0 /**< value() will be set to 1 during the press of the button and +#define FL_NORMAL_BUTTON 0 /**< value() will be set to 1 during the press of the button and reverts back to 0 when the button is released */ #define FL_TOGGLE_BUTTON 1 ///< value() toggles between 0 and 1 at every click of the button #define FL_RADIO_BUTTON (FL_RESERVED_TYPE+2) /**< is set to 1 at button press, and all other @@ -49,7 +49,7 @@ protected: static Fl_Widget_Tracker *key_release_tracker; static void key_release_timeout(void*); void simulate_key_action(); - + virtual void draw(); public: |