Copyright update for 1.1.3 release (not quite yet, but soon...)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2936 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
ebaaba9bd7
commit
00cb676e11
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Enumerations.H,v 1.18.2.14.2.31 2002/11/25 18:19:46 easysw Exp $"
|
// "$Id: Enumerations.H,v 1.18.2.14.2.32 2003/01/30 21:38:31 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Enumerations for the Fast Light Tool Kit (FLTK).
|
// Enumerations for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -414,5 +414,5 @@ enum Fl_Damage {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Enumerations.H,v 1.18.2.14.2.31 2002/11/25 18:19:46 easysw Exp $".
|
// End of "$Id: Enumerations.H,v 1.18.2.14.2.32 2003/01/30 21:38:31 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
6
FL/Fl.H
6
FL/Fl.H
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl.H,v 1.8.2.11.2.21 2002/08/14 16:19:47 easysw Exp $"
|
// "$Id: Fl.H,v 1.8.2.11.2.22 2003/01/30 21:38:33 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Main header file for the Fast Light Tool Kit (FLTK).
|
// Main header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -262,5 +262,5 @@ public:
|
|||||||
#endif // !Fl_H
|
#endif // !Fl_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl.H,v 1.8.2.11.2.21 2002/08/14 16:19:47 easysw Exp $".
|
// End of "$Id: Fl.H,v 1.8.2.11.2.22 2003/01/30 21:38:33 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Adjuster.H,v 1.5.2.3.2.3 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Adjuster.H,v 1.5.2.3.2.4 2003/01/30 21:38:37 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Adjuster widget header file for the Fast Light Tool Kit (FLTK).
|
// Adjuster widget header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -49,5 +49,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Adjuster.H,v 1.5.2.3.2.3 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Adjuster.H,v 1.5.2.3.2.4 2003/01/30 21:38:37 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_BMP_Image.H,v 1.1.2.1 2002/01/06 17:51:12 easysw Exp $"
|
// "$Id: Fl_BMP_Image.H,v 1.1.2.2 2003/01/30 21:38:38 easysw Exp $"
|
||||||
//
|
//
|
||||||
// BMP image header file for the Fast Light Tool Kit (FLTK).
|
// BMP image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_BMP_Image : public Fl_RGB_Image {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_BMP_Image.H,v 1.1.2.1 2002/01/06 17:51:12 easysw Exp $".
|
// End of "$Id: Fl_BMP_Image.H,v 1.1.2.2 2003/01/30 21:38:38 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Bitmap.H,v 1.5.2.3.2.10 2003/01/15 19:41:58 easysw Exp $"
|
// "$Id: Fl_Bitmap.H,v 1.5.2.3.2.11 2003/01/30 21:38:38 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Bitmap header file for the Fast Light Tool Kit (FLTK).
|
// Bitmap header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -58,5 +58,5 @@ class FL_EXPORT Fl_Bitmap : public Fl_Image {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Bitmap.H,v 1.5.2.3.2.10 2003/01/15 19:41:58 easysw Exp $".
|
// End of "$Id: Fl_Bitmap.H,v 1.5.2.3.2.11 2003/01/30 21:38:38 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Box.H,v 1.5.2.4.2.4 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Box.H,v 1.5.2.4.2.5 2003/01/30 21:38:39 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Box header file for the Fast Light Tool Kit (FLTK).
|
// Box header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -45,5 +45,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Box.H,v 1.5.2.4.2.4 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Box.H,v 1.5.2.4.2.5 2003/01/30 21:38:39 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Browser.H,v 1.8.2.7.2.3 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Browser.H,v 1.8.2.7.2.4 2003/01/30 21:38:41 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Browser header file for the Fast Light Tool Kit (FLTK).
|
// Browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -123,5 +123,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.3 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Browser.H,v 1.8.2.7.2.4 2003/01/30 21:38:41 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Browser_.H,v 1.6.2.4.2.3 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Browser_.H,v 1.6.2.4.2.4 2003/01/30 21:38:45 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Common browser header file for the Fast Light Tool Kit (FLTK).
|
// Common browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -147,5 +147,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Browser_.H,v 1.6.2.4.2.3 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Browser_.H,v 1.6.2.4.2.4 2003/01/30 21:38:45 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Button.H,v 1.5.2.3.2.4 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Button.H,v 1.5.2.3.2.5 2003/01/30 21:38:46 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Button header file for the Fast Light Tool Kit (FLTK).
|
// Button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -72,5 +72,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Button.H,v 1.5.2.3.2.4 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Button.H,v 1.5.2.3.2.5 2003/01/30 21:38:46 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Chart.H,v 1.6.2.3.2.4 2002/09/04 20:33:17 easysw Exp $"
|
// "$Id: Fl_Chart.H,v 1.6.2.3.2.5 2003/01/30 21:38:47 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Forms chart header file for the Fast Light Tool Kit (FLTK).
|
// Forms chart header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -86,5 +86,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.4 2002/09/04 20:33:17 easysw Exp $".
|
// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.5 2003/01/30 21:38:47 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Check_Browser.H,v 1.1.2.5 2002/11/14 21:05:20 easysw Exp $"
|
// "$Id: Fl_Check_Browser.H,v 1.1.2.6 2003/01/30 21:38:49 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
|
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -91,6 +91,6 @@ class FL_EXPORT Fl_Check_Browser : public Fl_Browser_ {
|
|||||||
#endif // Fl_Check_Browser_H
|
#endif // Fl_Check_Browser_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Check_Browser.H,v 1.1.2.5 2002/11/14 21:05:20 easysw Exp $".
|
// End of "$Id: Fl_Check_Browser.H,v 1.1.2.6 2003/01/30 21:38:49 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Check_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Check_Button.H,v 1.5.2.3.2.3 2003/01/30 21:38:50 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Check button header file for the Fast Light Tool Kit (FLTK).
|
// Check button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -36,5 +36,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Check_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Check_Button.H,v 1.5.2.3.2.3 2003/01/30 21:38:50 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Choice.H,v 1.5.2.3.2.2 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Choice.H,v 1.5.2.3.2.3 2003/01/30 21:38:52 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Choice header file for the Fast Light Tool Kit (FLTK).
|
// Choice header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -41,5 +41,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.2 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Choice.H,v 1.5.2.3.2.3 2003/01/30 21:38:52 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Clock.H,v 1.6.2.4.2.2 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Clock.H,v 1.6.2.4.2.3 2003/01/30 21:38:53 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Clock header file for the Fast Light Tool Kit (FLTK).
|
// Clock header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -69,5 +69,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Clock.H,v 1.6.2.4.2.2 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Clock.H,v 1.6.2.4.2.3 2003/01/30 21:38:53 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.3 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.4 2003/01/30 21:38:54 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Color chooser header file for the Fast Light Tool Kit (FLTK).
|
// Color chooser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -98,5 +98,5 @@ FL_EXPORT int fl_color_chooser(const char* name, uchar& r, uchar& g, uchar& b);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.3 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Color_Chooser.H,v 1.5.2.4.2.4 2003/01/30 21:38:54 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Counter.H,v 1.5.2.3.2.3 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Counter.H,v 1.5.2.3.2.4 2003/01/30 21:38:55 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Counter header file for the Fast Light Tool Kit (FLTK).
|
// Counter header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -70,5 +70,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Counter.H,v 1.5.2.3.2.3 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Counter.H,v 1.5.2.3.2.4 2003/01/30 21:38:55 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Dial.H,v 1.7.2.3.2.2 2002/08/14 16:49:37 easysw Exp $"
|
// "$Id: Fl_Dial.H,v 1.7.2.3.2.3 2003/01/30 21:38:55 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Dial header file for the Fast Light Tool Kit (FLTK).
|
// Dial header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -61,5 +61,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Dial.H,v 1.7.2.3.2.2 2002/08/14 16:49:37 easysw Exp $".
|
// End of "$Id: Fl_Dial.H,v 1.7.2.3.2.3 2003/01/30 21:38:55 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Double_Window.H,v 1.7.2.3.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Double_Window.H,v 1.7.2.3.2.4 2003/01/30 21:38:57 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -48,5 +48,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Double_Window.H,v 1.7.2.3.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Double_Window.H,v 1.7.2.3.2.4 2003/01/30 21:38:57 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* "$Id: Fl_Export.H,v 1.3.2.5 2002/07/14 17:03:30 easysw Exp $"
|
* "$Id: Fl_Export.H,v 1.3.2.6 2003/01/30 21:38:57 easysw Exp $"
|
||||||
*
|
*
|
||||||
* WIN32 DLL export definitions for the Fast Light Tool Kit (FLTK).
|
* WIN32 DLL export definitions for the Fast Light Tool Kit (FLTK).
|
||||||
*
|
*
|
||||||
* Copyright 1998-2002 by Bill Spitzak and others.
|
* Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
@ -43,5 +43,5 @@
|
|||||||
#endif /* !Fl_Export_H */
|
#endif /* !Fl_Export_H */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* End of "$Id: Fl_Export.H,v 1.3.2.5 2002/07/14 17:03:30 easysw Exp $".
|
* End of "$Id: Fl_Export.H,v 1.3.2.6 2003/01/30 21:38:57 easysw Exp $".
|
||||||
*/
|
*/
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_File_Browser.H,v 1.1.2.5 2002/11/19 16:37:33 easysw Exp $"
|
// "$Id: Fl_File_Browser.H,v 1.1.2.6 2003/01/30 21:38:59 easysw Exp $"
|
||||||
//
|
//
|
||||||
// FileBrowser definitions.
|
// FileBrowser definitions.
|
||||||
//
|
//
|
||||||
// Copyright 1999-2002 by Michael Sweet.
|
// Copyright 1999-2003 by Michael Sweet.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -75,5 +75,5 @@ public:
|
|||||||
#endif // !_Fl_File_Browser_H_
|
#endif // !_Fl_File_Browser_H_
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_File_Browser.H,v 1.1.2.5 2002/11/19 16:37:33 easysw Exp $".
|
// End of "$Id: Fl_File_Browser.H,v 1.1.2.6 2003/01/30 21:38:59 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_File_Icon.H,v 1.1.2.8 2002/11/19 16:37:33 easysw Exp $"
|
// "$Id: Fl_File_Icon.H,v 1.1.2.9 2003/01/30 21:39:00 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Fl_File_Icon definitions.
|
// Fl_File_Icon definitions.
|
||||||
//
|
//
|
||||||
// Copyright 1999-2002 by Michael Sweet.
|
// Copyright 1999-2003 by Michael Sweet.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -109,5 +109,5 @@ class FL_EXPORT Fl_File_Icon //// Icon data
|
|||||||
#endif // !_Fl_Fl_File_Icon_H_
|
#endif // !_Fl_Fl_File_Icon_H_
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_File_Icon.H,v 1.1.2.8 2002/11/19 16:37:33 easysw Exp $".
|
// End of "$Id: Fl_File_Icon.H,v 1.1.2.9 2003/01/30 21:39:00 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_File_Input.H,v 1.1.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_File_Input.H,v 1.1.2.3 2003/01/30 21:39:03 easysw Exp $"
|
||||||
//
|
//
|
||||||
// File_Input header file for the Fast Light Tool Kit (FLTK).
|
// File_Input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
// Original version Copyright 1998 by Curtis Edwards.
|
// Original version Copyright 1998 by Curtis Edwards.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -62,5 +62,5 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_File_Input.H,v 1.1.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_File_Input.H,v 1.1.2.3 2003/01/30 21:39:03 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:03 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Filled dial header file for the Fast Light Tool Kit (FLTK).
|
// Filled dial header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_Fill_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:03 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:04 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Filled slider header file for the Fast Light Tool Kit (FLTK).
|
// Filled slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:04 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Float_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Float_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:05 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Float_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Float_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:05 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:06 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Forms bitmap header file for the Fast Light Tool Kit (FLTK).
|
// Forms bitmap header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -42,5 +42,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_FormsBitmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:06 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:07 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Forms pixmap header file for the Fast Light Tool Kit (FLTK).
|
// Forms pixmap header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -42,5 +42,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_FormsPixmap.H,v 1.5.2.3.2.3 2003/01/30 21:39:07 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Free.H,v 1.5.2.4.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Free.H,v 1.5.2.4.2.3 2003/01/30 21:39:09 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Forms free header file for the Fast Light Tool Kit (FLTK).
|
// Forms free header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -60,5 +60,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Free.H,v 1.5.2.4.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Free.H,v 1.5.2.4.2.3 2003/01/30 21:39:09 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_GIF_Image.H,v 1.1.2.3 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_GIF_Image.H,v 1.1.2.4 2003/01/30 21:39:10 easysw Exp $"
|
||||||
//
|
//
|
||||||
// GIF image header file for the Fast Light Tool Kit (FLTK).
|
// GIF image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_GIF_Image : public Fl_Pixmap {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_GIF_Image.H,v 1.1.2.3 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_GIF_Image.H,v 1.1.2.4 2003/01/30 21:39:10 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.4 2003/01/30 21:39:10 easysw Exp $"
|
||||||
//
|
//
|
||||||
// OpenGL header file for the Fast Light Tool Kit (FLTK).
|
// OpenGL header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -90,5 +90,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Gl_Window.H,v 1.7.2.5.2.4 2003/01/30 21:39:10 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Group.H,v 1.6.2.4.2.7 2002/11/08 15:22:08 easysw Exp $"
|
// "$Id: Fl_Group.H,v 1.6.2.4.2.8 2003/01/30 21:39:11 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Group header file for the Fast Light Tool Kit (FLTK).
|
// Group header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -97,5 +97,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Group.H,v 1.6.2.4.2.7 2002/11/08 15:22:08 easysw Exp $".
|
// End of "$Id: Fl_Group.H,v 1.6.2.4.2.8 2003/01/30 21:39:11 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Help_View.H,v 1.1.2.10 2002/07/14 19:08:25 easysw Exp $"
|
// "$Id: Fl_Help_View.H,v 1.1.2.11 2003/01/30 21:39:13 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Help Viewer widget definitions.
|
// Help Viewer widget definitions.
|
||||||
//
|
//
|
||||||
// Copyright 1997-2002 by Easy Software Products.
|
// Copyright 1997-2003 by Easy Software Products.
|
||||||
// Image support donated by Matthias Melcher, Copyright 2000.
|
// Image support donated by Matthias Melcher, Copyright 2000.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -187,5 +187,5 @@ class FL_EXPORT Fl_Help_View : public Fl_Group //// Help viewer widget
|
|||||||
#endif // !Fl_Help_View_H
|
#endif // !Fl_Help_View_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Help_View.H,v 1.1.2.10 2002/07/14 19:08:25 easysw Exp $".
|
// End of "$Id: Fl_Help_View.H,v 1.1.2.11 2003/01/30 21:39:13 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.2 2002/08/09 22:56:59 easysw Exp $"
|
// "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:39:14 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Hold browser header file for the Fast Light Tool Kit (FLTK).
|
// Hold browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.2 2002/08/09 22:56:59 easysw Exp $".
|
// End of "$Id: Fl_Hold_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:39:14 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -36,5 +36,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_Hor_Fill_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_Hor_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:16 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Horizontal slider header file for the Fast Light Tool Kit (FLTK).
|
// Horizontal slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Hor_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Hor_Value_Slider.H,v 1.4.2.3.2.3 2003/01/30 21:39:18 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Image.H,v 1.5.2.3.2.20 2003/01/15 19:41:58 easysw Exp $"
|
// "$Id: Fl_Image.H,v 1.5.2.3.2.21 2003/01/30 21:39:19 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Image header file for the Fast Light Tool Kit (FLTK).
|
// Image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -106,5 +106,5 @@ class FL_EXPORT Fl_RGB_Image : public Fl_Image {
|
|||||||
#endif // !Fl_Image_H
|
#endif // !Fl_Image_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.20 2003/01/15 19:41:58 easysw Exp $".
|
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.21 2003/01/30 21:39:19 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Input.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Input.H,v 1.5.2.3.2.3 2003/01/30 21:39:22 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Input header file for the Fast Light Tool Kit (FLTK).
|
// Input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -42,5 +42,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Input.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Input.H,v 1.5.2.3.2.3 2003/01/30 21:39:22 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Input_.H,v 1.6.2.4.2.7 2002/11/19 16:37:33 easysw Exp $"
|
// "$Id: Fl_Input_.H,v 1.6.2.4.2.8 2003/01/30 21:39:23 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -138,5 +138,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Input_.H,v 1.6.2.4.2.7 2002/11/19 16:37:33 easysw Exp $".
|
// End of "$Id: Fl_Input_.H,v 1.6.2.4.2.8 2003/01/30 21:39:23 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Int_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Int_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:24 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Integer input header file for the Fast Light Tool Kit (FLTK).
|
// Integer input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Int_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Int_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:24 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_JPEG_Image.H,v 1.1.2.3 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_JPEG_Image.H,v 1.1.2.4 2003/01/30 21:39:25 easysw Exp $"
|
||||||
//
|
//
|
||||||
// JPEG image header file for the Fast Light Tool Kit (FLTK).
|
// JPEG image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_JPEG_Image : public Fl_RGB_Image {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.3 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_JPEG_Image.H,v 1.1.2.4 2003/01/30 21:39:25 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Light_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Light_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:26 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Lighted button header file for the Fast Light Tool Kit (FLTK).
|
// Lighted button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -39,5 +39,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Light_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Light_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:26 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:29 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Line dial header file for the Fast Light Tool Kit (FLTK).
|
// Line dial header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_Line_Dial.H,v 1.4.2.3.2.2 2003/01/30 21:39:29 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Menu.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $"
|
// "$Id: Fl_Menu.H,v 1.4.2.3.2.2 2003/01/30 21:39:31 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Old menu header file for the Fast Light Tool Kit (FLTK).
|
// Old menu header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -27,5 +27,5 @@
|
|||||||
#include "Fl_Menu_Item.H"
|
#include "Fl_Menu_Item.H"
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Menu.H,v 1.4.2.3.2.1 2002/01/01 15:11:27 easysw Exp $".
|
// End of "$Id: Fl_Menu.H,v 1.4.2.3.2.2 2003/01/30 21:39:31 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Menu_.H,v 1.7.2.4.2.5 2002/11/14 13:57:40 easysw Exp $"
|
// "$Id: Fl_Menu_.H,v 1.7.2.4.2.6 2003/01/30 21:39:32 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -93,5 +93,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Menu_.H,v 1.7.2.4.2.5 2002/11/14 13:57:40 easysw Exp $".
|
// End of "$Id: Fl_Menu_.H,v 1.7.2.4.2.6 2003/01/30 21:39:32 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.4 2003/01/30 21:39:34 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Menu bar header file for the Fast Light Tool Kit (FLTK).
|
// Menu bar header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -40,5 +40,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Menu_Bar.H,v 1.5.2.4.2.4 2003/01/30 21:39:34 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:35 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Menu button header file for the Fast Light Tool Kit (FLTK).
|
// Menu button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -42,5 +42,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Menu_Button.H,v 1.5.2.3.2.3 2003/01/30 21:39:35 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.6 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.7 2003/01/30 21:39:37 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Menu item header file for the Fast Light Tool Kit (FLTK).
|
// Menu item header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -159,5 +159,5 @@ enum { // back-compatability enum:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.6 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Menu_Item.H,v 1.5.2.4.2.7 2003/01/30 21:39:37 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.4 2003/01/30 21:39:38 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Menu window header file for the Fast Light Tool Kit (FLTK).
|
// Menu window header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -48,5 +48,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Menu_Window.H,v 1.5.2.3.2.4 2003/01/30 21:39:38 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.2 2003/01/30 21:39:40 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Multi browser header file for the Fast Light Tool Kit (FLTK).
|
// Multi browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Multi_Browser.H,v 1.4.2.3.2.2 2003/01/30 21:39:40 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.3 2003/01/30 21:39:41 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Multi-label header file for the Fast Light Tool Kit (FLTK).
|
// Multi-label header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -41,5 +41,5 @@ struct FL_EXPORT Fl_Multi_Label {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Multi_Label.H,v 1.5.2.3.2.3 2003/01/30 21:39:41 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:42 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Multiline input header file for the Fast Light Tool Kit (FLTK).
|
// Multiline input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Multiline_Input.H,v 1.4.2.3.2.3 2003/01/30 21:39:42 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.3 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.4 2003/01/30 21:39:43 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.3 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Multiline_Output.H,v 1.4.2.3.2.4 2003/01/30 21:39:43 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw Exp $"
|
||||||
//
|
//
|
||||||
// "Nice" slider header file for the Fast Light Tool Kit (FLTK).
|
// "Nice" slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -36,5 +36,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Nice_Slider.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Object.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Object.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -30,5 +30,5 @@
|
|||||||
#include "Fl_Widget.H"
|
#include "Fl_Widget.H"
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Object.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Object.H,v 1.4.2.3.2.2 2003/01/30 21:39:44 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Output.H,v 1.5.2.3.2.3 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Output.H,v 1.5.2.3.2.4 2003/01/30 21:39:46 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Output header file for the Fast Light Tool Kit (FLTK).
|
// Output header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Output.H,v 1.5.2.3.2.3 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Output.H,v 1.5.2.3.2.4 2003/01/30 21:39:46 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.4 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.5 2003/01/30 21:39:48 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Overlay window header file for the Fast Light Tool Kit (FLTK).
|
// Overlay window header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -50,5 +50,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.4 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Overlay_Window.H,v 1.5.2.3.2.5 2003/01/30 21:39:48 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_PNG_Image.H,v 1.1.2.3 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_PNG_Image.H,v 1.1.2.4 2003/01/30 21:39:49 easysw Exp $"
|
||||||
//
|
//
|
||||||
// PNG image header file for the Fast Light Tool Kit (FLTK).
|
// PNG image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_PNG_Image : public Fl_RGB_Image {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_PNG_Image.H,v 1.1.2.3 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_PNG_Image.H,v 1.1.2.4 2003/01/30 21:39:49 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_PNM_Image.H,v 1.1.2.2 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_PNM_Image.H,v 1.1.2.3 2003/01/30 21:39:49 easysw Exp $"
|
||||||
//
|
//
|
||||||
// PNM image header file for the Fast Light Tool Kit (FLTK).
|
// PNM image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ class FL_EXPORT Fl_PNM_Image : public Fl_RGB_Image {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_PNM_Image.H,v 1.1.2.2 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_PNM_Image.H,v 1.1.2.3 2003/01/30 21:39:49 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Pack.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Pack.H,v 1.5.2.3.2.3 2003/01/30 21:39:50 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Pack header file for the Fast Light Tool Kit (FLTK).
|
// Pack header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -45,5 +45,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Pack.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Pack.H,v 1.5.2.3.2.3 2003/01/30 21:39:50 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Pixmap.H,v 1.6.2.8.2.11 2003/01/15 19:41:58 easysw Exp $"
|
// "$Id: Fl_Pixmap.H,v 1.6.2.8.2.12 2003/01/30 21:39:50 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Pixmap header file for the Fast Light Tool Kit (FLTK).
|
// Pixmap header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -74,5 +74,5 @@ class FL_EXPORT Fl_Pixmap : public Fl_Image {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Pixmap.H,v 1.6.2.8.2.11 2003/01/15 19:41:58 easysw Exp $".
|
// End of "$Id: Fl_Pixmap.H,v 1.6.2.8.2.12 2003/01/30 21:39:50 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Positioner.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Positioner.H,v 1.5.2.3.2.3 2003/01/30 21:39:51 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Positioner header file for the Fast Light Tool Kit (FLTK).
|
// Positioner header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -71,5 +71,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Positioner.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Positioner.H,v 1.5.2.3.2.3 2003/01/30 21:39:51 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Preferences.H,v 1.1.2.12 2003/01/21 14:51:54 easysw Exp $"
|
// "$Id: Fl_Preferences.H,v 1.1.2.13 2003/01/30 21:39:52 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Preferences definitions for the Fast Light Tool Kit (FLTK).
|
// Preferences definitions for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 2002 by Matthias Melcher.
|
// Copyright 2002-2003 by Matthias Melcher.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -157,5 +157,5 @@ private:
|
|||||||
#endif // !Fl_Preferences_H
|
#endif // !Fl_Preferences_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Preferences.H,v 1.1.2.12 2003/01/21 14:51:54 easysw Exp $".
|
// End of "$Id: Fl_Preferences.H,v 1.1.2.13 2003/01/30 21:39:52 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Progress.H,v 1.1.2.4 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Progress.H,v 1.1.2.5 2003/01/30 21:39:54 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Progress bar widget definitions.
|
// Progress bar widget definitions.
|
||||||
//
|
//
|
||||||
// Copyright 2000-2002 by Michael Sweet.
|
// Copyright 2000-2003 by Michael Sweet.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -64,5 +64,5 @@ class FL_EXPORT Fl_Progress : public Fl_Widget
|
|||||||
#endif // !_Fl_Progress_H_
|
#endif // !_Fl_Progress_H_
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Progress.H,v 1.1.2.4 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Progress.H,v 1.1.2.5 2003/01/30 21:39:54 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:54 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Radio button header file for the Fast Light Tool Kit (FLTK).
|
// Radio button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Radio_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:54 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.3 2003/01/30 21:39:54 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -36,5 +36,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Radio_Light_Button.H,v 1.4.2.3.2.3 2003/01/30 21:39:54 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:55 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Radio_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:39:55 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.4 2003/01/30 21:39:56 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Repeat button header file for the Fast Light Tool Kit (FLTK).
|
// Repeat button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -43,5 +43,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Repeat_Button.H,v 1.5.2.5.2.4 2003/01/30 21:39:56 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Return_Button.H,v 1.5.2.3.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Return_Button.H,v 1.5.2.3.2.4 2003/01/30 21:39:56 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Return button header file for the Fast Light Tool Kit (FLTK).
|
// Return button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -39,5 +39,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Return_Button.H,v 1.5.2.3.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Return_Button.H,v 1.5.2.3.2.4 2003/01/30 21:39:56 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Roller.H,v 1.5.2.4.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Roller.H,v 1.5.2.4.2.3 2003/01/30 21:39:57 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Roller header file for the Fast Light Tool Kit (FLTK).
|
// Roller header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -41,5 +41,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Roller.H,v 1.5.2.4.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Roller.H,v 1.5.2.4.2.3 2003/01/30 21:39:57 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Round_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Round_Button.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Round button header file for the Fast Light Tool Kit (FLTK).
|
// Round button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -36,5 +36,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Round_Button.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Round_Button.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.2 2003/01/30 21:40:00 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Round clock header file for the Fast Light Tool Kit (FLTK).
|
// Round clock header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Round_Clock.H,v 1.4.2.3.2.2 2003/01/30 21:40:00 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Scroll.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Scroll.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Scroll header file for the Fast Light Tool Kit (FLTK).
|
// Scroll header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -72,5 +72,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Scroll.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Scroll.H,v 1.5.2.3.2.3 2003/01/30 21:40:00 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.3 2002/08/14 16:19:48 easysw Exp $"
|
// "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.4 2003/01/30 21:40:01 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Scroll bar header file for the Fast Light Tool Kit (FLTK).
|
// Scroll bar header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -54,5 +54,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.3 2002/08/14 16:19:48 easysw Exp $".
|
// End of "$Id: Fl_Scrollbar.H,v 1.5.2.4.2.4 2003/01/30 21:40:01 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.3 2003/01/30 21:40:02 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Secret input header file for the Fast Light Tool Kit (FLTK).
|
// Secret input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Secret_Input.H,v 1.4.2.3.2.3 2003/01/30 21:40:02 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:40:07 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Select browser header file for the Fast Light Tool Kit (FLTK).
|
// Select browser header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Select_Browser.H,v 1.4.2.3.2.3 2003/01/30 21:40:07 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Shared_Image.H,v 1.22.2.8 2002/10/20 03:13:56 easysw Exp $"
|
// "$Id: Fl_Shared_Image.H,v 1.22.2.9 2003/01/30 21:40:08 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Shared image header file for the Fast Light Tool Kit (FLTK).
|
// Shared image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -93,5 +93,5 @@ FL_EXPORT extern void fl_register_images();
|
|||||||
#endif // !Fl_Shared_Image_H
|
#endif // !Fl_Shared_Image_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Shared_Image.H,v 1.22.2.8 2002/10/20 03:13:56 easysw Exp $"
|
// End of "$Id: Fl_Shared_Image.H,v 1.22.2.9 2003/01/30 21:40:08 easysw Exp $"
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.2 2003/01/30 21:40:10 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Simple counter header file for the Fast Light Tool Kit (FLTK).
|
// Simple counter header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Simple_Counter.H,v 1.4.2.3.2.2 2003/01/30 21:40:10 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Single_Window.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Single_Window.H,v 1.5.2.3.2.3 2003/01/30 21:40:12 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -43,5 +43,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Single_Window.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Single_Window.H,v 1.5.2.3.2.3 2003/01/30 21:40:12 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Slider.H,v 1.5.2.3.2.2 2002/08/14 16:19:48 easysw Exp $"
|
// "$Id: Fl_Slider.H,v 1.5.2.3.2.3 2003/01/30 21:40:13 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Slider header file for the Fast Light Tool Kit (FLTK).
|
// Slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -69,5 +69,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Slider.H,v 1.5.2.3.2.2 2002/08/14 16:19:48 easysw Exp $".
|
// End of "$Id: Fl_Slider.H,v 1.5.2.3.2.3 2003/01/30 21:40:13 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.4 2003/01/30 21:40:14 easysw Exp $"
|
||||||
//
|
//
|
||||||
// MacOS system menu bar header file for the Fast Light Tool Kit (FLTK).
|
// MacOS system menu bar header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -42,5 +42,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Sys_Menu_Bar.H,v 1.1.2.4 2003/01/30 21:40:14 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Tabs.H,v 1.5.2.4.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Tabs.H,v 1.5.2.4.2.3 2003/01/30 21:40:15 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Tab header file for the Fast Light Tool Kit (FLTK).
|
// Tab header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -50,5 +50,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Tabs.H,v 1.5.2.4.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Tabs.H,v 1.5.2.4.2.3 2003/01/30 21:40:15 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Text_Buffer.H,v 1.3.2.7 2002/11/12 22:48:36 matthiaswm Exp $"
|
// "$Id: Fl_Text_Buffer.H,v 1.3.2.8 2003/01/30 21:40:17 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Header file for Fl_Text_Buffer class.
|
// Header file for Fl_Text_Buffer class.
|
||||||
//
|
//
|
||||||
// Copyright 2001-2002 by Bill Spitzak and others.
|
// Copyright 2001-2003 by Bill Spitzak and others.
|
||||||
// Original code Copyright Mark Edel. Permission to distribute under
|
// Original code Copyright Mark Edel. Permission to distribute under
|
||||||
// the LGPL for the FLTK library granted by Mark Edel.
|
// the LGPL for the FLTK library granted by Mark Edel.
|
||||||
//
|
//
|
||||||
@ -253,5 +253,5 @@ class FL_EXPORT Fl_Text_Buffer {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Text_Buffer.H,v 1.3.2.7 2002/11/12 22:48:36 matthiaswm Exp $".
|
// End of "$Id: Fl_Text_Buffer.H,v 1.3.2.8 2003/01/30 21:40:17 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Text_Display.H,v 1.4.2.12 2002/09/20 19:59:45 easysw Exp $"
|
// "$Id: Fl_Text_Display.H,v 1.4.2.13 2003/01/30 21:40:18 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Header file for Fl_Text_Display class.
|
// Header file for Fl_Text_Display class.
|
||||||
//
|
//
|
||||||
// Copyright 2001-2002 by Bill Spitzak and others.
|
// Copyright 2001-2003 by Bill Spitzak and others.
|
||||||
// Original code Copyright Mark Edel. Permission to distribute under
|
// Original code Copyright Mark Edel. Permission to distribute under
|
||||||
// the LGPL for the FLTK library granted by Mark Edel.
|
// the LGPL for the FLTK library granted by Mark Edel.
|
||||||
//
|
//
|
||||||
@ -288,5 +288,5 @@ class FL_EXPORT Fl_Text_Display: public Fl_Group {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Text_Display.H,v 1.4.2.12 2002/09/20 19:59:45 easysw Exp $".
|
// End of "$Id: Fl_Text_Display.H,v 1.4.2.13 2003/01/30 21:40:18 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Text_Editor.H,v 1.1.2.6 2002/11/05 19:53:50 matthiaswm Exp $"
|
// "$Id: Fl_Text_Editor.H,v 1.1.2.7 2003/01/30 21:40:20 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Header file for Fl_Text_Editor class.
|
// Header file for Fl_Text_Editor class.
|
||||||
//
|
//
|
||||||
// Copyright 2001-2002 by Bill Spitzak and others.
|
// Copyright 2001-2003 by Bill Spitzak and others.
|
||||||
// Original code Copyright Mark Edel. Permission to distribute under
|
// Original code Copyright Mark Edel. Permission to distribute under
|
||||||
// the LGPL for the FLTK library granted by Mark Edel.
|
// the LGPL for the FLTK library granted by Mark Edel.
|
||||||
//
|
//
|
||||||
@ -103,6 +103,6 @@ class FL_EXPORT Fl_Text_Editor : public Fl_Text_Display {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Text_Editor.H,v 1.1.2.6 2002/11/05 19:53:50 matthiaswm Exp $".
|
// End of "$Id: Fl_Text_Editor.H,v 1.1.2.7 2003/01/30 21:40:20 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Tile.H,v 1.6.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Tile.H,v 1.6.2.3.2.3 2003/01/30 21:40:23 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Tile header file for the Fast Light Tool Kit (FLTK).
|
// Tile header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -39,5 +39,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Tile.H,v 1.6.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Tile.H,v 1.6.2.3.2.3 2003/01/30 21:40:23 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Tiled_Image.H,v 1.1.2.3 2002/07/14 21:25:39 easysw Exp $"
|
// "$Id: Fl_Tiled_Image.H,v 1.1.2.4 2003/01/30 21:40:24 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Tiled image header file for the Fast Light Tool Kit (FLTK).
|
// Tiled image header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -52,5 +52,5 @@ class FL_EXPORT Fl_Tiled_Image : public Fl_Image {
|
|||||||
#endif // !Fl_Tiled_Image_H
|
#endif // !Fl_Tiled_Image_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Tiled_Image.H,v 1.1.2.3 2002/07/14 21:25:39 easysw Exp $"
|
// End of "$Id: Fl_Tiled_Image.H,v 1.1.2.4 2003/01/30 21:40:24 easysw Exp $"
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Timer.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Timer.H,v 1.5.2.3.2.3 2003/01/30 21:40:24 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Timer header file for the Fast Light Tool Kit (FLTK).
|
// Timer header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -58,6 +58,6 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Timer.H,v 1.5.2.3.2.2 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Timer.H,v 1.5.2.3.2.3 2003/01/30 21:40:24 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $"
|
// "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.3 2003/01/30 21:40:25 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Toggle button header file for the Fast Light Tool Kit (FLTK).
|
// Toggle button header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -37,5 +37,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.2 2002/08/09 03:17:29 easysw Exp $".
|
// End of "$Id: Fl_Toggle_Button.H,v 1.4.2.3.2.3 2003/01/30 21:40:25 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:26 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -31,5 +31,5 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Toggle_Light_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:26 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $"
|
// "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:28 easysw 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).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -31,5 +31,5 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.1 2002/01/01 15:11:28 easysw Exp $".
|
// End of "$Id: Fl_Toggle_Round_Button.H,v 1.4.2.3.2.2 2003/01/30 21:40:28 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Tooltip.H,v 1.16.2.9 2002/10/29 19:45:09 easysw Exp $"
|
// "$Id: Fl_Tooltip.H,v 1.16.2.10 2003/01/30 21:40:28 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Tooltip header file for the Fast Light Tool Kit (FLTK).
|
// Tooltip header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -63,5 +63,5 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Tooltip.H,v 1.16.2.9 2002/10/29 19:45:09 easysw Exp $".
|
// End of "$Id: Fl_Tooltip.H,v 1.16.2.10 2003/01/30 21:40:28 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Valuator.H,v 1.5.2.5.2.2 2002/08/14 16:19:48 easysw Exp $"
|
// "$Id: Fl_Valuator.H,v 1.5.2.5.2.3 2003/01/30 21:40:29 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Valuator header file for the Fast Light Tool Kit (FLTK).
|
// Valuator header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -80,5 +80,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Valuator.H,v 1.5.2.5.2.2 2002/08/14 16:19:48 easysw Exp $".
|
// End of "$Id: Fl_Valuator.H,v 1.5.2.5.2.3 2003/01/30 21:40:29 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Value_Input.H,v 1.5.2.3.2.4 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Value_Input.H,v 1.5.2.3.2.5 2003/01/30 21:40:31 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Value input header file for the Fast Light Tool Kit (FLTK).
|
// Value input header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -59,5 +59,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Value_Input.H,v 1.5.2.3.2.4 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Value_Input.H,v 1.5.2.3.2.5 2003/01/30 21:40:31 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Value_Output.H,v 1.5.2.3.2.4 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Value_Output.H,v 1.5.2.3.2.5 2003/01/30 21:40:32 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Value output header file for the Fast Light Tool Kit (FLTK).
|
// Value output header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -52,5 +52,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Value_Output.H,v 1.5.2.3.2.4 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Value_Output.H,v 1.5.2.3.2.5 2003/01/30 21:40:32 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.3 2002/08/14 16:49:38 easysw Exp $"
|
// "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.4 2003/01/30 21:40:33 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Value slider header file for the Fast Light Tool Kit (FLTK).
|
// Value slider header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -46,5 +46,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.3 2002/08/14 16:49:38 easysw Exp $".
|
// End of "$Id: Fl_Value_Slider.H,v 1.5.2.3.2.4 2003/01/30 21:40:33 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Widget.H,v 1.6.2.4.2.19 2002/10/04 15:59:28 easysw Exp $"
|
// "$Id: Fl_Widget.H,v 1.6.2.4.2.20 2003/01/30 21:40:34 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Widget header file for the Fast Light Tool Kit (FLTK).
|
// Widget header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -217,5 +217,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Widget.H,v 1.6.2.4.2.19 2002/10/04 15:59:28 easysw Exp $".
|
// End of "$Id: Fl_Widget.H,v 1.6.2.4.2.20 2003/01/30 21:40:34 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Window.H,v 1.12.2.6.2.5 2002/08/14 16:19:48 easysw Exp $"
|
// "$Id: Fl_Window.H,v 1.12.2.6.2.6 2003/01/30 21:40:37 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Window header file for the Fast Light Tool Kit (FLTK).
|
// Window header file for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2002 by Bill Spitzak and others.
|
// Copyright 1998-2003 by Bill Spitzak and others.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -123,5 +123,5 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Window.H,v 1.12.2.6.2.5 2002/08/14 16:19:48 easysw Exp $".
|
// End of "$Id: Fl_Window.H,v 1.12.2.6.2.6 2003/01/30 21:40:37 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Wizard.H,v 1.1.2.4 2002/08/14 16:19:48 easysw Exp $"
|
// "$Id: Fl_Wizard.H,v 1.1.2.5 2003/01/30 21:40:39 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Fl_Wizard widget definitions.
|
// Fl_Wizard widget definitions.
|
||||||
//
|
//
|
||||||
// Copyright 1999-2002 by Easy Software Products.
|
// Copyright 1999-2003 by Easy Software Products.
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Library General Public
|
// modify it under the terms of the GNU Library General Public
|
||||||
@ -56,5 +56,5 @@ class FL_EXPORT Fl_Wizard : public Fl_Group
|
|||||||
#endif // !_Fl_Wizard_H_
|
#endif // !_Fl_Wizard_H_
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Wizard.H,v 1.1.2.4 2002/08/14 16:19:48 easysw Exp $".
|
// End of "$Id: Fl_Wizard.H,v 1.1.2.5 2003/01/30 21:40:39 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user