diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-26 21:40:14 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-26 21:40:14 +0000 |
| commit | ecd2c821be8a72b0364cf3e08d102e3f9a82defc (patch) | |
| tree | 9996380150b37e0bcd45ad342351c31d1939ed9a /FL/Fl_Button.H | |
| parent | c93c134710bc7d1d8e1abb7a392243d81a5ad70c (diff) | |
Doco updates.
Remove unneeded files from the makefiles directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1735 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Button.H')
| -rw-r--r-- | FL/Fl_Button.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H index d16e3e2d2..1d515c3d8 100644 --- a/FL/Fl_Button.H +++ b/FL/Fl_Button.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Button.H,v 1.5.2.3.2.1 2001/10/29 03:44:31 easysw Exp $" +// "$Id: Fl_Button.H,v 1.5.2.3.2.2 2001/11/26 21:40:14 easysw Exp $" // // Button header file for the Fast Light Tool Kit (FLTK). // @@ -31,6 +31,7 @@ #endif // values for type() +#define FL_NORMAL_BUTTON 0 #define FL_TOGGLE_BUTTON 1 #define FL_RADIO_BUTTON (FL_RESERVED_TYPE+2) #define FL_HIDDEN_BUTTON 3 // for Forms compatability @@ -71,5 +72,5 @@ public: #endif // -// End of "$Id: Fl_Button.H,v 1.5.2.3.2.1 2001/10/29 03:44:31 easysw Exp $". +// End of "$Id: Fl_Button.H,v 1.5.2.3.2.2 2001/11/26 21:40:14 easysw Exp $". // |
