Fixed all the frigging file headings - was missing a $ in the Id string.

Applied some damage bit fixes from Bill Spitzak.


git-svn-id: file:///fltk/svn/fltk/trunk@28 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1998-10-21 14:21:44 +00:00
parent d3dee719fb
commit 7657a2e4a5
282 changed files with 583 additions and 582 deletions

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Enumerations.H,v 1.5 1998/10/21 14:18:56 mike Exp $"
// //
// Enumerations for the Fast Light Tool Kit (FLTK). // Enumerations for the Fast Light Tool Kit (FLTK).
// //
@ -335,15 +335,16 @@ enum Fl_Mode { // visual types and Fl_Gl_Window::mode() (values match Glut)
// damage masks // damage masks
#define FL_DAMAGE_CHILD 0x01 enum Fl_Damage {
#define FL_DAMAGE_EXPOSE 0x02 FL_DAMAGE_CHILD = 0x01,
#define FL_DAMAGE_LINE 0x02 FL_DAMAGE_EXPOSE = 0x02,
#define FL_DAMAGE_SCROLL 0x04 FL_DAMAGE_SCROLL = 0x04,
#define FL_DAMAGE_OVERLAY 0x0c FL_DAMAGE_OVERLAY = 0x08,
#define FL_DAMAGE_ALL 0x80 FL_DAMAGE_ALL = 0x80
};
#endif #endif
// //
// End of "$Id: Enumerations.H,v 1.4 1998/10/20 16:41:21 mike Exp $". // End of "$Id: Enumerations.H,v 1.5 1998/10/21 14:18:56 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl.H,v 1.3 1998/10/21 14:18:57 mike Exp $"
// //
// Main header file for the Fast Light Tool Kit (FLTK). // Main header file for the Fast Light Tool Kit (FLTK).
// //
@ -198,5 +198,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl.H,v 1.2 1998/10/19 21:38:26 mike Exp $". // End of "$Id: Fl.H,v 1.3 1998/10/21 14:18:57 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Adjuster.H,v 1.3 1998/10/21 14:18:58 mike Exp $"
// //
// Adjuster widget header file for the Fast Light Tool Kit (FLTK). // Adjuster widget header file for the Fast Light Tool Kit (FLTK).
// //
@ -49,5 +49,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Adjuster.H,v 1.2 1998/10/19 21:38:27 mike Exp $". // End of "$Id: Fl_Adjuster.H,v 1.3 1998/10/21 14:18:58 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Bitmap.H,v 1.3 1998/10/21 14:18:58 mike Exp $"
// //
// Bitmap header file for the Fast Light Tool Kit (FLTK). // Bitmap header file for the Fast Light Tool Kit (FLTK).
// //
@ -47,5 +47,5 @@ struct Fl_Bitmap {
#endif #endif
// //
// End of "$Id: Fl_Bitmap.H,v 1.2 1998/10/19 21:38:27 mike Exp $". // End of "$Id: Fl_Bitmap.H,v 1.3 1998/10/21 14:18:58 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Box.H,v 1.3 1998/10/21 14:18:59 mike Exp $"
// //
// Box header file for the Fast Light Tool Kit (FLTK). // Box header file for the Fast Light Tool Kit (FLTK).
// //
@ -42,5 +42,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Box.H,v 1.2 1998/10/19 21:38:28 mike Exp $". // End of "$Id: Fl_Box.H,v 1.3 1998/10/21 14:18:59 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Browser.H,v 1.4 1998/10/21 14:18:59 mike Exp $"
// //
// Browser header file for the Fast Light Tool Kit (FLTK). // Browser header file for the Fast Light Tool Kit (FLTK).
// //
@ -107,5 +107,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Browser.H,v 1.3 1998/10/19 21:38:29 mike Exp $". // End of "$Id: Fl_Browser.H,v 1.4 1998/10/21 14:18:59 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Browser_.H,v 1.4 1998/10/21 14:19:00 mike Exp $"
// //
// Common browser header file for the Fast Light Tool Kit (FLTK). // Common browser header file for the Fast Light Tool Kit (FLTK).
// //
@ -146,5 +146,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Browser_.H,v 1.3 1998/10/19 21:38:29 mike Exp $". // End of "$Id: Fl_Browser_.H,v 1.4 1998/10/21 14:19:00 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Button.H,v 1.3 1998/10/21 14:19:01 mike Exp $"
// //
// Button header file for the Fast Light Tool Kit (FLTK). // Button header file for the Fast Light Tool Kit (FLTK).
// //
@ -71,5 +71,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Button.H,v 1.2 1998/10/19 21:38:30 mike Exp $". // End of "$Id: Fl_Button.H,v 1.3 1998/10/21 14:19:01 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Chart.H,v 1.3 1998/10/21 14:19:01 mike Exp $"
// //
// Forms chart header file for the Fast Light Tool Kit (FLTK). // Forms chart header file for the Fast Light Tool Kit (FLTK).
// //
@ -83,5 +83,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Chart.H,v 1.2 1998/10/19 21:38:31 mike Exp $". // End of "$Id: Fl_Chart.H,v 1.3 1998/10/21 14:19:01 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Check_Button.H,v 1.3 1998/10/21 14:19:02 mike Exp $"
// //
// Check button header file for the Fast Light Tool Kit (FLTK). // Check button header file for the Fast Light Tool Kit (FLTK).
// //
@ -36,5 +36,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Check_Button.H,v 1.2 1998/10/19 21:38:32 mike Exp $". // End of "$Id: Fl_Check_Button.H,v 1.3 1998/10/21 14:19:02 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Choice.H,v 1.3 1998/10/21 14:19:02 mike Exp $"
// //
// Choice header file for the Fast Light Tool Kit (FLTK). // Choice header file for the Fast Light Tool Kit (FLTK).
// //
@ -41,5 +41,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Choice.H,v 1.2 1998/10/19 21:38:33 mike Exp $". // End of "$Id: Fl_Choice.H,v 1.3 1998/10/21 14:19:02 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Clock.H,v 1.3 1998/10/21 14:19:03 mike Exp $"
// //
// Clock header file for the Fast Light Tool Kit (FLTK). // Clock header file for the Fast Light Tool Kit (FLTK).
// //
@ -60,5 +60,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Clock.H,v 1.2 1998/10/19 21:38:33 mike Exp $". // End of "$Id: Fl_Clock.H,v 1.3 1998/10/21 14:19:03 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Color_Chooser.H,v 1.3 1998/10/21 14:19:04 mike Exp $"
// //
// Color chooser header file for the Fast Light Tool Kit (FLTK). // Color chooser header file for the Fast Light Tool Kit (FLTK).
// //
@ -94,5 +94,5 @@ int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b);
#endif #endif
// //
// End of "$Id: Fl_Color_Chooser.H,v 1.2 1998/10/19 21:38:34 mike Exp $". // End of "$Id: Fl_Color_Chooser.H,v 1.3 1998/10/21 14:19:04 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Counter.H,v 1.3 1998/10/21 14:19:04 mike Exp $"
// //
// Counter header file for the Fast Light Tool Kit (FLTK). // Counter header file for the Fast Light Tool Kit (FLTK).
// //
@ -69,5 +69,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Counter.H,v 1.2 1998/10/19 21:38:35 mike Exp $". // End of "$Id: Fl_Counter.H,v 1.3 1998/10/21 14:19:04 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Dial.H,v 1.3 1998/10/21 14:19:05 mike Exp $"
// //
// Dial header file for the Fast Light Tool Kit (FLTK). // Dial header file for the Fast Light Tool Kit (FLTK).
// //
@ -63,5 +63,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Dial.H,v 1.2 1998/10/19 21:38:35 mike Exp $". // End of "$Id: Fl_Dial.H,v 1.3 1998/10/21 14:19:05 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Double_Window.H,v 1.4 1998/10/21 14:19:05 mike Exp $"
// //
// Double-buffered window header file for the Fast Light Tool Kit (FLTK). // Double-buffered window header file for the Fast Light Tool Kit (FLTK).
// //
@ -44,5 +44,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Double_Window.H,v 1.3 1998/10/19 21:38:36 mike Exp $". // End of "$Id: Fl_Double_Window.H,v 1.4 1998/10/21 14:19:05 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Fill_Dial.H,v 1.3 1998/10/21 14:19:06 mike Exp $"
// //
// Filled dial header file for the Fast Light Tool Kit (FLTK). // Filled dial header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Fill_Dial.H,v 1.2 1998/10/19 21:38:37 mike Exp $". // End of "$Id: Fl_Fill_Dial.H,v 1.3 1998/10/21 14:19:06 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Fill_Slider.H,v 1.3 1998/10/21 14:19:07 mike Exp $"
// //
// Filled slider header file for the Fast Light Tool Kit (FLTK). // Filled slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Fill_Slider.H,v 1.2 1998/10/19 21:38:37 mike Exp $". // End of "$Id: Fl_Fill_Slider.H,v 1.3 1998/10/21 14:19:07 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Float_Input.H,v 1.3 1998/10/21 14:19:07 mike Exp $"
// //
// Floating point input header file for the Fast Light Tool Kit (FLTK). // Floating point input header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Float_Input.H,v 1.2 1998/10/19 21:38:38 mike Exp $". // End of "$Id: Fl_Float_Input.H,v 1.3 1998/10/21 14:19:07 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_FormsBitmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $"
// //
// Forms bitmap header file for the Fast Light Tool Kit (FLTK). // Forms bitmap header file for the Fast Light Tool Kit (FLTK).
// //
@ -42,5 +42,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_FormsBitmap.H,v 1.2 1998/10/19 21:38:39 mike Exp $". // End of "$Id: Fl_FormsBitmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_FormsPixmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $"
// //
// Forms pixmap header file for the Fast Light Tool Kit (FLTK). // Forms pixmap header file for the Fast Light Tool Kit (FLTK).
// //
@ -42,5 +42,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_FormsPixmap.H,v 1.2 1998/10/19 21:38:39 mike Exp $". // End of "$Id: Fl_FormsPixmap.H,v 1.3 1998/10/21 14:19:08 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Free.H,v 1.3 1998/10/21 14:19:09 mike Exp $"
// //
// Forms free header file for the Fast Light Tool Kit (FLTK). // Forms free header file for the Fast Light Tool Kit (FLTK).
// //
@ -59,5 +59,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Free.H,v 1.2 1998/10/19 21:38:40 mike Exp $". // End of "$Id: Fl_Free.H,v 1.3 1998/10/21 14:19:09 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Gl_Window.H,v 1.3 1998/10/21 14:19:10 mike Exp $"
// //
// OpenGL header file for the Fast Light Tool Kit (FLTK). // OpenGL header file for the Fast Light Tool Kit (FLTK).
// //
@ -84,5 +84,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Gl_Window.H,v 1.2 1998/10/19 21:38:41 mike Exp $". // End of "$Id: Fl_Gl_Window.H,v 1.3 1998/10/21 14:19:10 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Group.H,v 1.3 1998/10/21 14:19:10 mike Exp $"
// //
// Group header file for the Fast Light Tool Kit (FLTK). // Group header file for the Fast Light Tool Kit (FLTK).
// //
@ -96,5 +96,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Group.H,v 1.2 1998/10/19 21:38:41 mike Exp $". // End of "$Id: Fl_Group.H,v 1.3 1998/10/21 14:19:10 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Hold_Browser.H,v 1.3 1998/10/21 14:19:11 mike Exp $"
// //
// Hold browser header file for the Fast Light Tool Kit (FLTK). // Hold browser header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Hold_Browser.H,v 1.2 1998/10/19 21:38:42 mike Exp $". // End of "$Id: Fl_Hold_Browser.H,v 1.3 1998/10/21 14:19:11 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Hor_Fill_Slider.H,v 1.3 1998/10/21 14:19:11 mike Exp $"
// //
// Horizontal fill slider header file for the Fast Light Tool Kit (FLTK). // Horizontal fill slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -36,5 +36,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.2 1998/10/19 21:38:43 mike Exp $". // End of "$Id: Fl_Hor_Fill_Slider.H,v 1.3 1998/10/21 14:19:11 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Hor_Nice_Slider.H,v 1.3 1998/10/21 14:19:12 mike Exp $"
// //
// Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK). // Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.2 1998/10/19 21:38:43 mike Exp $". // End of "$Id: Fl_Hor_Nice_Slider.H,v 1.3 1998/10/21 14:19:12 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Hor_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $"
// //
// Horizontal slider header file for the Fast Light Tool Kit (FLTK). // Horizontal slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Hor_Slider.H,v 1.2 1998/10/19 21:38:44 mike Exp $". // End of "$Id: Fl_Hor_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Hor_Value_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $"
// //
// Horizontal value slider header file for the Fast Light Tool Kit (FLTK). // Horizontal value slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Hor_Value_Slider.H,v 1.2 1998/10/19 21:38:44 mike Exp $". // End of "$Id: Fl_Hor_Value_Slider.H,v 1.3 1998/10/21 14:19:13 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Image.H,v 1.3 1998/10/21 14:19:14 mike Exp $"
// //
// Image header file for the Fast Light Tool Kit (FLTK). // Image header file for the Fast Light Tool Kit (FLTK).
// //
@ -45,5 +45,5 @@ struct Fl_Image {
#endif #endif
// //
// End of "$Id: Fl_Image.H,v 1.2 1998/10/19 21:38:45 mike Exp $". // End of "$Id: Fl_Image.H,v 1.3 1998/10/21 14:19:14 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Input.H,v 1.3 1998/10/21 14:19:14 mike Exp $"
// //
// Input header file for the Fast Light Tool Kit (FLTK). // Input header file for the Fast Light Tool Kit (FLTK).
// //
@ -42,5 +42,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Input.H,v 1.2 1998/10/19 21:38:46 mike Exp $". // End of "$Id: Fl_Input.H,v 1.3 1998/10/21 14:19:14 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Input_.H,v 1.3 1998/10/21 14:19:15 mike Exp $"
// //
// Input base class header file for the Fast Light Tool Kit (FLTK). // Input base class header file for the Fast Light Tool Kit (FLTK).
// //
@ -130,5 +130,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Input_.H,v 1.2 1998/10/19 21:38:46 mike Exp $". // End of "$Id: Fl_Input_.H,v 1.3 1998/10/21 14:19:15 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Int_Input.H,v 1.3 1998/10/21 14:19:16 mike Exp $"
// //
// Integer input header file for the Fast Light Tool Kit (FLTK). // Integer input header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Int_Input.H,v 1.2 1998/10/19 21:38:47 mike Exp $". // End of "$Id: Fl_Int_Input.H,v 1.3 1998/10/21 14:19:16 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Light_Button.H,v 1.3 1998/10/21 14:19:16 mike Exp $"
// //
// Lighted button header file for the Fast Light Tool Kit (FLTK). // Lighted button header file for the Fast Light Tool Kit (FLTK).
// //
@ -39,5 +39,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Light_Button.H,v 1.2 1998/10/19 21:38:48 mike Exp $". // End of "$Id: Fl_Light_Button.H,v 1.3 1998/10/21 14:19:16 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Line_Dial.H,v 1.3 1998/10/21 14:19:17 mike Exp $"
// //
// Line dial header file for the Fast Light Tool Kit (FLTK). // Line dial header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Line_Dial.H,v 1.2 1998/10/19 21:38:48 mike Exp $". // End of "$Id: Fl_Line_Dial.H,v 1.3 1998/10/21 14:19:17 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Menu.H,v 1.3 1998/10/21 14:19:17 mike Exp $"
// //
// Old menu header file for the Fast Light Tool Kit (FLTK). // Old menu header file for the Fast Light Tool Kit (FLTK).
// //
@ -27,5 +27,5 @@
#include "Fl_Menu_Item.H" #include "Fl_Menu_Item.H"
// //
// End of "$Id: Fl_Menu.H,v 1.2 1998/10/19 21:38:49 mike Exp $". // End of "$Id: Fl_Menu.H,v 1.3 1998/10/21 14:19:17 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Menu_.H,v 1.3 1998/10/21 14:19:18 mike Exp $"
// //
// Menu base class header file for the Fast Light Tool Kit (FLTK). // Menu base class header file for the Fast Light Tool Kit (FLTK).
// //
@ -99,5 +99,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Menu_.H,v 1.2 1998/10/19 21:38:49 mike Exp $". // End of "$Id: Fl_Menu_.H,v 1.3 1998/10/21 14:19:18 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Menu_Bar.H,v 1.3 1998/10/21 14:19:18 mike Exp $"
// //
// Menu bar header file for the Fast Light Tool Kit (FLTK). // Menu bar header file for the Fast Light Tool Kit (FLTK).
// //
@ -40,5 +40,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Menu_Bar.H,v 1.2 1998/10/19 21:38:50 mike Exp $". // End of "$Id: Fl_Menu_Bar.H,v 1.3 1998/10/21 14:19:18 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Menu_Button.H,v 1.3 1998/10/21 14:19:19 mike Exp $"
// //
// Menu button header file for the Fast Light Tool Kit (FLTK). // Menu button header file for the Fast Light Tool Kit (FLTK).
// //
@ -42,5 +42,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Menu_Button.H,v 1.2 1998/10/19 21:38:51 mike Exp $". // End of "$Id: Fl_Menu_Button.H,v 1.3 1998/10/21 14:19:19 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Menu_Item.H,v 1.3 1998/10/21 14:19:20 mike Exp $"
// //
// Menu item header file for the Fast Light Tool Kit (FLTK). // Menu item header file for the Fast Light Tool Kit (FLTK).
// //
@ -153,5 +153,5 @@ enum { // back-compatability enum:
#endif #endif
// //
// End of "$Id: Fl_Menu_Item.H,v 1.2 1998/10/19 21:38:52 mike Exp $". // End of "$Id: Fl_Menu_Item.H,v 1.3 1998/10/21 14:19:20 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Menu_Window.H,v 1.3 1998/10/21 14:19:20 mike Exp $"
// //
// Menu window header file for the Fast Light Tool Kit (FLTK). // Menu window header file for the Fast Light Tool Kit (FLTK).
// //
@ -48,5 +48,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Menu_Window.H,v 1.2 1998/10/19 21:38:52 mike Exp $". // End of "$Id: Fl_Menu_Window.H,v 1.3 1998/10/21 14:19:20 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Multi_Browser.H,v 1.3 1998/10/21 14:19:21 mike Exp $"
// //
// Multi browser header file for the Fast Light Tool Kit (FLTK). // Multi browser header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Multi_Browser.H,v 1.2 1998/10/19 21:38:53 mike Exp $". // End of "$Id: Fl_Multi_Browser.H,v 1.3 1998/10/21 14:19:21 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Multi_Label.H,v 1.3 1998/10/21 14:19:21 mike Exp $"
// //
// Multi-label header file for the Fast Light Tool Kit (FLTK). // Multi-label header file for the Fast Light Tool Kit (FLTK).
// //
@ -41,5 +41,5 @@ struct Fl_Multi_Label {
#endif #endif
// //
// End of "$Id: Fl_Multi_Label.H,v 1.2 1998/10/19 21:38:54 mike Exp $". // End of "$Id: Fl_Multi_Label.H,v 1.3 1998/10/21 14:19:21 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Multiline_Input.H,v 1.3 1998/10/21 14:19:22 mike Exp $"
// //
// Multiline input header file for the Fast Light Tool Kit (FLTK). // Multiline input header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Multiline_Input.H,v 1.2 1998/10/19 21:38:54 mike Exp $". // End of "$Id: Fl_Multiline_Input.H,v 1.3 1998/10/21 14:19:22 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Multiline_Output.H,v 1.3 1998/10/21 14:19:22 mike Exp $"
// //
// Multi line output header file for the Fast Light Tool Kit (FLTK). // Multi line output header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Multiline_Output.H,v 1.2 1998/10/19 21:38:55 mike Exp $". // End of "$Id: Fl_Multiline_Output.H,v 1.3 1998/10/21 14:19:22 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Nice_Slider.H,v 1.3 1998/10/21 14:19:23 mike Exp $"
// //
// "Nice" slider header file for the Fast Light Tool Kit (FLTK). // "Nice" slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -36,5 +36,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Nice_Slider.H,v 1.2 1998/10/19 21:38:56 mike Exp $". // End of "$Id: Fl_Nice_Slider.H,v 1.3 1998/10/21 14:19:23 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Object.H,v 1.3 1998/10/21 14:19:24 mike Exp $"
// //
// Old Fl_Object header file for the Fast Light Tool Kit (FLTK). // Old Fl_Object header file for the Fast Light Tool Kit (FLTK).
// //
@ -30,5 +30,5 @@
#include "Fl_Widget.H" #include "Fl_Widget.H"
// //
// End of "$Id: Fl_Object.H,v 1.2 1998/10/19 21:38:56 mike Exp $". // End of "$Id: Fl_Object.H,v 1.3 1998/10/21 14:19:24 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Output.H,v 1.3 1998/10/21 14:19:24 mike Exp $"
// //
// Output header file for the Fast Light Tool Kit (FLTK). // Output header file for the Fast Light Tool Kit (FLTK).
// //
@ -40,5 +40,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Output.H,v 1.2 1998/10/19 21:38:57 mike Exp $". // End of "$Id: Fl_Output.H,v 1.3 1998/10/21 14:19:24 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Overlay_Window.H,v 1.3 1998/10/21 14:19:25 mike Exp $"
// //
// Overlay window header file for the Fast Light Tool Kit (FLTK). // Overlay window header file for the Fast Light Tool Kit (FLTK).
// //
@ -50,5 +50,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Overlay_Window.H,v 1.2 1998/10/19 21:38:58 mike Exp $". // End of "$Id: Fl_Overlay_Window.H,v 1.3 1998/10/21 14:19:25 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Pack.H,v 1.3 1998/10/21 14:19:25 mike Exp $"
// //
// Pack header file for the Fast Light Tool Kit (FLTK). // Pack header file for the Fast Light Tool Kit (FLTK).
// //
@ -45,5 +45,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Pack.H,v 1.2 1998/10/19 21:38:58 mike Exp $". // End of "$Id: Fl_Pack.H,v 1.3 1998/10/21 14:19:25 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Pixmap.H,v 1.3 1998/10/21 14:19:26 mike Exp $"
// //
// Pixmap header file for the Fast Light Tool Kit (FLTK). // Pixmap header file for the Fast Light Tool Kit (FLTK).
// //
@ -45,5 +45,5 @@ struct Fl_Pixmap {
#endif #endif
// //
// End of "$Id: Fl_Pixmap.H,v 1.2 1998/10/19 21:38:59 mike Exp $". // End of "$Id: Fl_Pixmap.H,v 1.3 1998/10/21 14:19:26 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Positioner.H,v 1.3 1998/10/21 14:19:26 mike Exp $"
// //
// Positioner header file for the Fast Light Tool Kit (FLTK). // Positioner header file for the Fast Light Tool Kit (FLTK).
// //
@ -71,5 +71,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Positioner.H,v 1.2 1998/10/19 21:39:00 mike Exp $". // End of "$Id: Fl_Positioner.H,v 1.3 1998/10/21 14:19:26 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Radio_Button.H,v 1.3 1998/10/21 14:19:27 mike Exp $"
// //
// Radio button header file for the Fast Light Tool Kit (FLTK). // Radio button header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Radio_Button.H,v 1.2 1998/10/19 21:39:00 mike Exp $". // End of "$Id: Fl_Radio_Button.H,v 1.3 1998/10/21 14:19:27 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Radio_Light_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $"
// //
// Radio light button header file for the Fast Light Tool Kit (FLTK). // Radio light button header file for the Fast Light Tool Kit (FLTK).
// //
@ -36,5 +36,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Radio_Light_Button.H,v 1.2 1998/10/19 21:39:01 mike Exp $". // End of "$Id: Fl_Radio_Light_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Radio_Round_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $"
// //
// Radio round button header file for the Fast Light Tool Kit (FLTK). // Radio round button header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Radio_Round_Button.H,v 1.2 1998/10/19 21:39:02 mike Exp $". // End of "$Id: Fl_Radio_Round_Button.H,v 1.3 1998/10/21 14:19:28 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Repeat_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $"
// //
// Repeat button header file for the Fast Light Tool Kit (FLTK). // Repeat button header file for the Fast Light Tool Kit (FLTK).
// //
@ -38,5 +38,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Repeat_Button.H,v 1.2 1998/10/19 21:39:02 mike Exp $". // End of "$Id: Fl_Repeat_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Return_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $"
// //
// Return button header file for the Fast Light Tool Kit (FLTK). // Return button header file for the Fast Light Tool Kit (FLTK).
// //
@ -39,5 +39,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Return_Button.H,v 1.2 1998/10/19 21:39:03 mike Exp $". // End of "$Id: Fl_Return_Button.H,v 1.3 1998/10/21 14:19:29 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Roller.H,v 1.3 1998/10/21 14:19:30 mike Exp $"
// //
// Roller header file for the Fast Light Tool Kit (FLTK). // Roller header file for the Fast Light Tool Kit (FLTK).
// //
@ -40,5 +40,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Roller.H,v 1.2 1998/10/19 21:39:04 mike Exp $". // End of "$Id: Fl_Roller.H,v 1.3 1998/10/21 14:19:30 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Round_Button.H,v 1.3 1998/10/21 14:19:30 mike Exp $"
// //
// Round button header file for the Fast Light Tool Kit (FLTK). // Round button header file for the Fast Light Tool Kit (FLTK).
// //
@ -36,5 +36,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Round_Button.H,v 1.2 1998/10/19 21:39:04 mike Exp $". // End of "$Id: Fl_Round_Button.H,v 1.3 1998/10/21 14:19:30 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Round_Clock.H,v 1.3 1998/10/21 14:19:31 mike Exp $"
// //
// Round clock header file for the Fast Light Tool Kit (FLTK). // Round clock header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Round_Clock.H,v 1.2 1998/10/19 21:39:05 mike Exp $". // End of "$Id: Fl_Round_Clock.H,v 1.3 1998/10/21 14:19:31 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Scroll.H,v 1.3 1998/10/21 14:19:32 mike Exp $"
// //
// Scroll header file for the Fast Light Tool Kit (FLTK). // Scroll header file for the Fast Light Tool Kit (FLTK).
// //
@ -72,5 +72,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Scroll.H,v 1.2 1998/10/19 21:39:06 mike Exp $". // End of "$Id: Fl_Scroll.H,v 1.3 1998/10/21 14:19:32 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Scrollbar.H,v 1.3 1998/10/21 14:19:32 mike Exp $"
// //
// Scroll bar header file for the Fast Light Tool Kit (FLTK). // Scroll bar header file for the Fast Light Tool Kit (FLTK).
// //
@ -53,5 +53,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Scrollbar.H,v 1.2 1998/10/19 21:39:07 mike Exp $". // End of "$Id: Fl_Scrollbar.H,v 1.3 1998/10/21 14:19:32 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Secret_Input.H,v 1.3 1998/10/21 14:19:33 mike Exp $"
// //
// Secret input header file for the Fast Light Tool Kit (FLTK). // Secret input header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Secret_Input.H,v 1.2 1998/10/19 21:39:07 mike Exp $". // End of "$Id: Fl_Secret_Input.H,v 1.3 1998/10/21 14:19:33 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Select_Browser.H,v 1.3 1998/10/21 14:19:33 mike Exp $"
// //
// Select browser header file for the Fast Light Tool Kit (FLTK). // Select browser header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Select_Browser.H,v 1.2 1998/10/19 21:39:08 mike Exp $". // End of "$Id: Fl_Select_Browser.H,v 1.3 1998/10/21 14:19:33 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Simple_Counter.H,v 1.3 1998/10/21 14:19:34 mike Exp $"
// //
// Simple counter header file for the Fast Light Tool Kit (FLTK). // Simple counter header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Simple_Counter.H,v 1.2 1998/10/19 21:39:09 mike Exp $". // End of "$Id: Fl_Simple_Counter.H,v 1.3 1998/10/21 14:19:34 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Single_Window.H,v 1.3 1998/10/21 14:19:34 mike Exp $"
// //
// Single-buffered window header file for the Fast Light Tool Kit (FLTK). // Single-buffered window header file for the Fast Light Tool Kit (FLTK).
// //
@ -43,5 +43,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Single_Window.H,v 1.2 1998/10/19 21:39:09 mike Exp $". // End of "$Id: Fl_Single_Window.H,v 1.3 1998/10/21 14:19:34 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Slider.H,v 1.3 1998/10/21 14:19:35 mike Exp $"
// //
// Slider header file for the Fast Light Tool Kit (FLTK). // Slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -69,5 +69,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Slider.H,v 1.2 1998/10/19 21:39:10 mike Exp $". // End of "$Id: Fl_Slider.H,v 1.3 1998/10/21 14:19:35 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Tabs.H,v 1.3 1998/10/21 14:19:36 mike Exp $"
// //
// Tab header file for the Fast Light Tool Kit (FLTK). // Tab header file for the Fast Light Tool Kit (FLTK).
// //
@ -48,5 +48,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Tabs.H,v 1.2 1998/10/19 21:39:11 mike Exp $". // End of "$Id: Fl_Tabs.H,v 1.3 1998/10/21 14:19:36 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Tile.H,v 1.3 1998/10/21 14:19:36 mike Exp $"
// //
// Tile header file for the Fast Light Tool Kit (FLTK). // Tile header file for the Fast Light Tool Kit (FLTK).
// //
@ -39,5 +39,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Tile.H,v 1.2 1998/10/19 21:39:11 mike Exp $". // End of "$Id: Fl_Tile.H,v 1.3 1998/10/21 14:19:36 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Timer.H,v 1.3 1998/10/21 14:19:37 mike Exp $"
// //
// Timer header file for the Fast Light Tool Kit (FLTK). // Timer header file for the Fast Light Tool Kit (FLTK).
// //
@ -58,6 +58,6 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Timer.H,v 1.2 1998/10/19 21:39:12 mike Exp $". // End of "$Id: Fl_Timer.H,v 1.3 1998/10/21 14:19:37 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Toggle_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $"
// //
// Toggle button header file for the Fast Light Tool Kit (FLTK). // Toggle button header file for the Fast Light Tool Kit (FLTK).
// //
@ -37,5 +37,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Toggle_Button.H,v 1.2 1998/10/19 21:39:13 mike Exp $". // End of "$Id: Fl_Toggle_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Toggle_Light_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $"
// //
// Toggle light button header file for the Fast Light Tool Kit (FLTK). // Toggle light button header file for the Fast Light Tool Kit (FLTK).
// //
@ -31,5 +31,5 @@
#endif #endif
// //
// End of "$Id: Fl_Toggle_Light_Button.H,v 1.2 1998/10/19 21:39:13 mike Exp $". // End of "$Id: Fl_Toggle_Light_Button.H,v 1.3 1998/10/21 14:19:38 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Toggle_Round_Button.H,v 1.3 1998/10/21 14:19:39 mike Exp $"
// //
// Toggle round button header file for the Fast Light Tool Kit (FLTK). // Toggle round button header file for the Fast Light Tool Kit (FLTK).
// //
@ -31,5 +31,5 @@
#endif #endif
// //
// End of "$Id: Fl_Toggle_Round_Button.H,v 1.2 1998/10/19 21:39:14 mike Exp $". // End of "$Id: Fl_Toggle_Round_Button.H,v 1.3 1998/10/21 14:19:39 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Valuator.H,v 1.3 1998/10/21 14:19:39 mike Exp $"
// //
// Valuator header file for the Fast Light Tool Kit (FLTK). // Valuator header file for the Fast Light Tool Kit (FLTK).
// //
@ -79,5 +79,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Valuator.H,v 1.2 1998/10/19 21:39:15 mike Exp $". // End of "$Id: Fl_Valuator.H,v 1.3 1998/10/21 14:19:39 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Value_Input.H,v 1.3 1998/10/21 14:19:40 mike Exp $"
// //
// Value input header file for the Fast Light Tool Kit (FLTK). // Value input header file for the Fast Light Tool Kit (FLTK).
// //
@ -59,5 +59,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Value_Input.H,v 1.2 1998/10/19 21:39:16 mike Exp $". // End of "$Id: Fl_Value_Input.H,v 1.3 1998/10/21 14:19:40 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Value_Output.H,v 1.3 1998/10/21 14:19:40 mike Exp $"
// //
// Value output header file for the Fast Light Tool Kit (FLTK). // Value output header file for the Fast Light Tool Kit (FLTK).
// //
@ -51,5 +51,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Value_Output.H,v 1.2 1998/10/19 21:39:16 mike Exp $". // End of "$Id: Fl_Value_Output.H,v 1.3 1998/10/21 14:19:40 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Value_Slider.H,v 1.3 1998/10/21 14:19:41 mike Exp $"
// //
// Value slider header file for the Fast Light Tool Kit (FLTK). // Value slider header file for the Fast Light Tool Kit (FLTK).
// //
@ -45,5 +45,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Value_Slider.H,v 1.2 1998/10/19 21:39:17 mike Exp $". // End of "$Id: Fl_Value_Slider.H,v 1.3 1998/10/21 14:19:41 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Widget.H,v 1.3 1998/10/21 14:19:42 mike Exp $"
// //
// Widget header file for the Fast Light Tool Kit (FLTK). // Widget header file for the Fast Light Tool Kit (FLTK).
// //
@ -198,5 +198,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Widget.H,v 1.2 1998/10/19 21:39:18 mike Exp $". // End of "$Id: Fl_Widget.H,v 1.3 1998/10/21 14:19:42 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: Fl_Window.H,v 1.6 1998/10/21 14:19:42 mike Exp $"
// //
// Window header file for the Fast Light Tool Kit (FLTK). // Window header file for the Fast Light Tool Kit (FLTK).
// //
@ -110,5 +110,5 @@ public:
#endif #endif
// //
// End of "$Id: Fl_Window.H,v 1.5 1998/10/19 21:39:18 mike Exp $". // End of "$Id: Fl_Window.H,v 1.6 1998/10/21 14:19:42 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: dirent.h,v 1.3 1998/10/21 14:19:43 mike Exp $"
// //
// Directory header file for the Fast Light Tool Kit (FLTK). // Directory header file for the Fast Light Tool Kit (FLTK).
// //
@ -27,5 +27,5 @@
#include "fl_scandir.H" #include "fl_scandir.H"
// //
// End of "$Id: dirent.h,v 1.2 1998/10/19 21:39:19 mike Exp $". // End of "$Id: dirent.h,v 1.3 1998/10/21 14:19:43 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: filename.H,v 1.3 1998/10/21 14:19:43 mike Exp $"
// //
// Filename header file for the Fast Light Tool Kit (FLTK). // Filename header file for the Fast Light Tool Kit (FLTK).
// //
@ -61,5 +61,5 @@ int filename_list(const char *d, dirent ***list);
#endif #endif
// //
// End of "$Id: filename.H,v 1.2 1998/10/19 21:39:20 mike Exp $". // End of "$Id: filename.H,v 1.3 1998/10/21 14:19:43 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: fl_ask.H,v 1.3 1998/10/21 14:19:44 mike Exp $"
// //
// Standard dialog header file for the Fast Light Tool Kit (FLTK). // Standard dialog header file for the Fast Light Tool Kit (FLTK).
// //
@ -71,5 +71,5 @@ int fl_show_choice(
#endif #endif
// //
// End of "$Id: fl_ask.H,v 1.2 1998/10/19 21:39:20 mike Exp $". // End of "$Id: fl_ask.H,v 1.3 1998/10/21 14:19:44 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: fl_draw.H,v 1.3 1998/10/21 14:19:45 mike Exp $"
// //
// Portable drawing function header file for the Fast Light Tool Kit (FLTK). // Portable drawing function header file for the Fast Light Tool Kit (FLTK).
// //
@ -157,5 +157,5 @@ int fl_add_symbol(const char* name, void (*drawit)(Fl_Color), int scalable);
#endif #endif
// //
// End of "$Id: fl_draw.H,v 1.2 1998/10/19 21:39:21 mike Exp $". // End of "$Id: fl_draw.H,v 1.3 1998/10/21 14:19:45 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: fl_file_chooser.H,v 1.3 1998/10/21 14:19:45 mike Exp $"
// //
// File chooser header file for the Fast Light Tool Kit (FLTK). // File chooser header file for the Fast Light Tool Kit (FLTK).
// //
@ -32,5 +32,5 @@ void fl_file_chooser_callback(void (*cb)(const char *));
#endif #endif
// //
// End of "$Id: fl_file_chooser.H,v 1.2 1998/10/19 21:39:22 mike Exp $". // End of "$Id: fl_file_chooser.H,v 1.3 1998/10/21 14:19:45 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: fl_message.H,v 1.3 1998/10/21 14:19:46 mike Exp $"
// //
// Standard message header file for the Fast Light Tool Kit (FLTK). // Standard message header file for the Fast Light Tool Kit (FLTK).
// //
@ -26,5 +26,5 @@
#include "fl_ask.H" #include "fl_ask.H"
// //
// End of "$Id: fl_message.H,v 1.2 1998/10/19 21:39:22 mike Exp $". // End of "$Id: fl_message.H,v 1.3 1998/10/21 14:19:46 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: fl_show_colormap.H,v 1.3 1998/10/21 14:19:46 mike Exp $"
// //
// Colormap picker header file for the Fast Light Tool Kit (FLTK). // Colormap picker header file for the Fast Light Tool Kit (FLTK).
// //
@ -31,5 +31,5 @@ Fl_Color fl_show_colormap(Fl_Color oldcol);
#endif #endif
// //
// End of "$Id: fl_show_colormap.H,v 1.2 1998/10/19 21:39:23 mike Exp $". // End of "$Id: fl_show_colormap.H,v 1.3 1998/10/21 14:19:46 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: fl_show_input.H,v 1.3 1998/10/21 14:19:47 mike Exp $"
// //
// Standard input dialog header file for the Fast Light Tool Kit (FLTK). // Standard input dialog header file for the Fast Light Tool Kit (FLTK).
// //
@ -26,5 +26,5 @@
#include "fl_ask.H" #include "fl_ask.H"
// //
// End of "$Id: fl_show_input.H,v 1.2 1998/10/19 21:39:24 mike Exp $". // End of "$Id: fl_show_input.H,v 1.3 1998/10/21 14:19:47 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: forms.H,v 1.3 1998/10/21 14:19:47 mike Exp $"
// //
// Forms emulation header file for the Fast Light Tool Kit (FLTK). // Forms emulation header file for the Fast Light Tool Kit (FLTK).
// //
@ -829,5 +829,5 @@ inline void fl_draw() {Fl::flush();}
#endif /* define __FORMS_H__ */ #endif /* define __FORMS_H__ */
// //
// End of "$Id: forms.H,v 1.2 1998/10/19 21:39:24 mike Exp $". // End of "$Id: forms.H,v 1.3 1998/10/21 14:19:47 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: gl.h,v 1.3 1998/10/21 14:19:48 mike Exp $"
// //
// OpenGL header file for the Fast Light Tool Kit (FLTK). // OpenGL header file for the Fast Light Tool Kit (FLTK).
// //
@ -67,5 +67,5 @@ void gl_draw_image(const uchar *, int x,int y,int w,int h, int d=3, int ld=0);
#endif #endif
// //
// End of "$Id: gl.h,v 1.2 1998/10/19 21:39:25 mike Exp $". // End of "$Id: gl.h,v 1.3 1998/10/21 14:19:48 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: gl_draw.H,v 1.3 1998/10/21 14:19:49 mike Exp $"
// //
// OpenGL header file for the Fast Light Tool Kit (FLTK). // OpenGL header file for the Fast Light Tool Kit (FLTK).
// //
@ -26,5 +26,5 @@
#include "gl.h" #include "gl.h"
// //
// End of "$Id: gl_draw.H,v 1.2 1998/10/19 21:39:26 mike Exp $". // End of "$Id: gl_draw.H,v 1.3 1998/10/21 14:19:49 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: glut.H,v 1.3 1998/10/21 14:19:49 mike Exp $"
// //
// GLUT emulation header file for the Fast Light Tool Kit (FLTK). // GLUT emulation header file for the Fast Light Tool Kit (FLTK).
// //
@ -466,5 +466,5 @@ extern void glutSolidIcosahedron();
#endif /* __glut_h__ */ #endif /* __glut_h__ */
// //
// End of "$Id: glut.H,v 1.2 1998/10/19 21:39:27 mike Exp $". // End of "$Id: glut.H,v 1.3 1998/10/21 14:19:49 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: math.h,v 1.3 1998/10/21 14:19:50 mike Exp $"
// //
// Math header file for the Fast Light Tool Kit (FLTK). // Math header file for the Fast Light Tool Kit (FLTK).
// //
@ -52,5 +52,5 @@ inline double copysign(double a, double b) {return b<0 ? -a : a;}
#endif #endif
// //
// End of "$Id: math.h,v 1.2 1998/10/19 21:39:27 mike Exp $". // End of "$Id: math.h,v 1.3 1998/10/21 14:19:50 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: win32.H,v 1.8 1998/10/21 14:19:50 mike Exp $"
// //
// WIN32 header file for the Fast Light Tool Kit (FLTK). // WIN32 header file for the Fast Light Tool Kit (FLTK).
// //
@ -116,5 +116,5 @@ void fl_copy_offscreen(int x,int y,int w,int h,HBITMAP pixmap,int srcx,int srcy)
#define fl_delete_offscreen(bitmap) DeleteObject(bitmap); #define fl_delete_offscreen(bitmap) DeleteObject(bitmap);
// //
// End of "$Id: win32.H,v 1.7 1998/10/19 21:39:28 mike Exp $". // End of "$Id: win32.H,v 1.8 1998/10/21 14:19:50 mike Exp $".
// //

4
FL/x.H
View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: x.H,v 1.5 1998/10/21 14:19:51 mike Exp $"
// //
// X11 header file for the Fast Light Tool Kit (FLTK). // X11 header file for the Fast Light Tool Kit (FLTK).
// //
@ -115,5 +115,5 @@ extern int fl_background_pixel; // hack into Fl_X::make_xid()
#endif #endif
// //
// End of "$Id: x.H,v 1.4 1998/10/19 21:39:29 mike Exp $". // End of "$Id: x.H,v 1.5 1998/10/21 14:19:51 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
// //
// "$Id" // "$Id: glut.h,v 1.3 1998/10/21 14:19:52 mike Exp $"
// //
// GLUT compatibility header for the Fast Light Tool Kit (FLTK). // GLUT compatibility header for the Fast Light Tool Kit (FLTK).
// //
@ -26,5 +26,5 @@
#include <FL/glut.H> #include <FL/glut.H>
// //
// End of "$Id: glut.h,v 1.2 1998/10/20 16:41:22 mike Exp $". // End of "$Id: glut.h,v 1.3 1998/10/21 14:19:52 mike Exp $".
// //

View File

@ -1,5 +1,5 @@
# #
# "$Id" # "$Id: Makefile,v 1.4 1998/10/21 14:18:53 mike Exp $"
# #
# Top-level makefile for the Fast Light Tool Kit (FLTK). # Top-level makefile for the Fast Light Tool Kit (FLTK).
# #
@ -56,5 +56,5 @@ clean:
done done
# #
# End of "$Id: Makefile,v 1.3 1998/10/21 14:00:51 mike Exp $". # End of "$Id: Makefile,v 1.4 1998/10/21 14:18:53 mike Exp $".
# #

View File

@ -1,5 +1,5 @@
/* /*
* "$Id" * "$Id: configh.in,v 1.4 1998/10/21 14:18:54 mike Exp $"
* *
* Configuration file for the Fast Light Tool Kit (FLTK). * Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@ * @configure_input@
@ -139,5 +139,5 @@
#define HAVE_LIBJPEG 0 #define HAVE_LIBJPEG 0
/* /*
* End of "$Id: configh.in,v 1.3 1998/10/21 14:00:52 mike Exp $". * End of "$Id: configh.in,v 1.4 1998/10/21 14:18:54 mike Exp $".
*/ */

View File

@ -1,7 +1,7 @@
dnl# -*- sh -*- dnl# -*- sh -*-
dnl# the "configure" script is made from this by running GNU "autoconf" dnl# the "configure" script is made from this by running GNU "autoconf"
dnl# dnl#
dnl# "$Id" dnl# "$Id: configure.in,v 1.4 1998/10/21 14:18:55 mike Exp $"
dnl# dnl#
dnl# for the Fast Light Tool Kit (FLTK). dnl# for the Fast Light Tool Kit (FLTK).
dnl# dnl#
@ -140,5 +140,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
AC_OUTPUT(makeinclude) AC_OUTPUT(makeinclude)
dnl# dnl#
dnl# End of "$Id: configure.in,v 1.3 1998/10/21 14:00:53 mike Exp $". dnl# End of "$Id: configure.in,v 1.4 1998/10/21 14:18:55 mike Exp $".
dnl# dnl#

View File

@ -1,5 +1,5 @@
# #
# "$Id" # "$Id: Makefile,v 1.3 1998/10/21 14:19:53 mike Exp $"
# #
# Fluid makefile for the Fast Light Tool Kit (FLTK). # Fluid makefile for the Fast Light Tool Kit (FLTK).
# #
@ -90,5 +90,5 @@ uninstall:
-@ rm -f $(bindir)/$(PROGRAM) -@ rm -f $(bindir)/$(PROGRAM)
# #
# End of "$Id: Makefile,v 1.2 1998/10/20 21:06:18 mike Exp $". # End of "$Id: Makefile,v 1.3 1998/10/21 14:19:53 mike Exp $".
# #

View File

@ -1,5 +1,5 @@
# #
# "$Id" # "$Id: makeinclude.in,v 1.4 1998/10/21 14:18:55 mike Exp $"
# #
# Make include file for the Fast Light Tool Kit (FLTK). # Make include file for the Fast Light Tool Kit (FLTK).
# @configure_input@ # @configure_input@
@ -53,5 +53,5 @@ LDLIBS =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
GLDLIBS =@LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm GLDLIBS =@LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
# #
# End of "$Id: makeinclude.in,v 1.3 1998/10/21 14:00:53 mike Exp $". # End of "$Id: makeinclude.in,v 1.4 1998/10/21 14:18:55 mike Exp $".
# #

Some files were not shown because too many files have changed in this diff Show More