diff options
Diffstat (limited to 'FL')
112 files changed, 388 insertions, 104 deletions
@@ -3,7 +3,7 @@ // // Main header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2006 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,11 @@ // http://www.fltk.org/str.php // +/** \file + + * Fl static class . + */ + #ifndef Fl_H # define Fl_H diff --git a/FL/Fl_Adjuster.H b/FL/Fl_Adjuster.H index 48a7cc1f4..93ff3ecf5 100644 --- a/FL/Fl_Adjuster.H +++ b/FL/Fl_Adjuster.H @@ -3,7 +3,7 @@ // // Adjuster widget header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Adjuster widget . */ + // 3-button "slider", made for Nuke #ifndef Fl_Adjuster_H diff --git a/FL/Fl_BMP_Image.H b/FL/Fl_BMP_Image.H index 0692aa669..f149f129d 100644 --- a/FL/Fl_BMP_Image.H +++ b/FL/Fl_BMP_Image.H @@ -3,7 +3,7 @@ // // BMP image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_BMP_Image widget . */ + #ifndef Fl_BMP_Image_H #define Fl_BMP_Image_H # include "Fl_Image.H" diff --git a/FL/Fl_Bitmap.H b/FL/Fl_Bitmap.H index 2429d246a..5e0028c23 100644 --- a/FL/Fl_Bitmap.H +++ b/FL/Fl_Bitmap.H @@ -3,7 +3,7 @@ // // Bitmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Bitmap widget . */ + #ifndef Fl_Bitmap_H #define Fl_Bitmap_H # include "Fl_Image.H" diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H index b6a1475fd..10644954a 100644 --- a/FL/Fl_Box.H +++ b/FL/Fl_Box.H @@ -3,7 +3,7 @@ // // Box header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Box widget . */ + #ifndef Fl_Box_H #define Fl_Box_H diff --git a/FL/Fl_Browser.H b/FL/Fl_Browser.H index 6266a8bd3..e379e257e 100644 --- a/FL/Fl_Browser.H +++ b/FL/Fl_Browser.H @@ -3,7 +3,7 @@ // // Browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Browser widget . */ + // Forms-compatable browser. Probably useful for other // lists of textual data. Notice that the line numbers // start from 1, and 0 means "no line". diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index ad9c55161..d06b3b882 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -3,7 +3,7 @@ // // Common browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Browser_ widget . */ + // This is the base class for browsers. To be useful it must // be subclassed and several virtual functions defined. The // Forms-compatable browser and the file chooser's browser are diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H index dc594c1e1..ded1dfe9e 100644 --- a/FL/Fl_Button.H +++ b/FL/Fl_Button.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Button widget . */ + #ifndef Fl_Button_H #define Fl_Button_H diff --git a/FL/Fl_Chart.H b/FL/Fl_Chart.H index b0a4d813a..f57d9ab38 100644 --- a/FL/Fl_Chart.H +++ b/FL/Fl_Chart.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Chart widget . */ + #ifndef Fl_Chart_H #define Fl_Chart_H diff --git a/FL/Fl_Check_Browser.H b/FL/Fl_Check_Browser.H index a69e69288..f44665466 100644 --- a/FL/Fl_Check_Browser.H +++ b/FL/Fl_Check_Browser.H @@ -3,7 +3,7 @@ // // Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Check_Browser widget . */ + #ifndef Fl_Check_Browser_H #define Fl_Check_Browser_H diff --git a/FL/Fl_Check_Button.H b/FL/Fl_Check_Button.H index 55ec6a0ed..bab2f72a5 100644 --- a/FL/Fl_Check_Button.H +++ b/FL/Fl_Check_Button.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Check_Button widget . */ + #ifndef Fl_Check_Button_H #define Fl_Check_Button_H diff --git a/FL/Fl_Choice.H b/FL/Fl_Choice.H index f3cfd8beb..46543c37c 100644 --- a/FL/Fl_Choice.H +++ b/FL/Fl_Choice.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Choice widget . */ + #ifndef Fl_Choice_H #define Fl_Choice_H diff --git a/FL/Fl_Clock.H b/FL/Fl_Clock.H index 185c93b0b..ada853a22 100644 --- a/FL/Fl_Clock.H +++ b/FL/Fl_Clock.H @@ -26,8 +26,7 @@ // /** \file - * Fl_Clock widget definitions for the Fast Light Tool Kit (FLTK). - */ + Fl_Clock, Fl_Clock_Output widgets . */ #ifndef Fl_Clock_H #define Fl_Clock_H diff --git a/FL/Fl_Color_Chooser.H b/FL/Fl_Color_Chooser.H index 3fdd3f6e6..d55850331 100644 --- a/FL/Fl_Color_Chooser.H +++ b/FL/Fl_Color_Chooser.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Color_Chooser widget . */ + // The color chooser object and the color chooser popup. The popup // is just a window containing a single color chooser and some boxes // to indicate the current and cancelled color. diff --git a/FL/Fl_Counter.H b/FL/Fl_Counter.H index 6a7a60055..40f6a719a 100644 --- a/FL/Fl_Counter.H +++ b/FL/Fl_Counter.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Counter widget . */ + // A numerical value with up/down step buttons. From Forms. #ifndef Fl_Counter_H diff --git a/FL/Fl_Dial.H b/FL/Fl_Dial.H index 076c833dd..08f915e03 100644 --- a/FL/Fl_Dial.H +++ b/FL/Fl_Dial.H @@ -3,7 +3,7 @@ // // Dial header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Dial widget . */ + #ifndef Fl_Dial_H #define Fl_Dial_H diff --git a/FL/Fl_Double_Window.H b/FL/Fl_Double_Window.H index afca356db..ad858a933 100644 --- a/FL/Fl_Double_Window.H +++ b/FL/Fl_Double_Window.H @@ -3,7 +3,7 @@ // // Double-buffered window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Double_Window widget . */ + #ifndef Fl_Double_Window_H #define Fl_Double_Window_H diff --git a/FL/Fl_Export.H b/FL/Fl_Export.H index 34274b8b7..aa81641f5 100644 --- a/FL/Fl_Export.H +++ b/FL/Fl_Export.H @@ -1,9 +1,9 @@ /* * "$Id$" * - * WIN32 DLL export definitions for the Fast Light Tool Kit (FLTK). + * WIN32 DLL export . * - * Copyright 1998-2005 by Bill Spitzak and others. + * Copyright 1998-2008 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_File_Browser.H b/FL/Fl_File_Browser.H index 747bd5c9e..f3e4df1c3 100644 --- a/FL/Fl_File_Browser.H +++ b/FL/Fl_File_Browser.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_File_Browser widget . */ + // // Include necessary header files... // diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 7abbaae54..1f0216fa1 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -3,7 +3,7 @@ // // Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_File_Chooser widget . */ + // generated by Fast Light User Interface Designer (fluid) version 1.0300 #ifndef Fl_File_Chooser_H diff --git a/FL/Fl_File_Icon.H b/FL/Fl_File_Icon.H index 2f848caa5..eba02b69d 100644 --- a/FL/Fl_File_Icon.H +++ b/FL/Fl_File_Icon.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_File_Icon widget . */ + // // Include necessary header files... // diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 61b94e4de..6febdb5f8 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -3,7 +3,7 @@ // // File_Input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // Original version Copyright 1998 by Curtis Edwards. // // This library is free software; you can redistribute it and/or @@ -26,6 +26,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_File_Input widget . */ + #ifndef Fl_File_Input_H # define Fl_File_Input_H diff --git a/FL/Fl_Fill_Dial.H b/FL/Fl_Fill_Dial.H index b8bbfed57..da5aa3fd7 100644 --- a/FL/Fl_Fill_Dial.H +++ b/FL/Fl_Fill_Dial.H @@ -3,7 +3,7 @@ // // Filled dial header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Fill_Dial widget . */ + #ifndef Fl_Fill_Dial_H #define Fl_Fill_Dial_H diff --git a/FL/Fl_Fill_Slider.H b/FL/Fl_Fill_Slider.H index d58ed532f..43cf2bffe 100644 --- a/FL/Fl_Fill_Slider.H +++ b/FL/Fl_Fill_Slider.H @@ -3,7 +3,7 @@ // // Filled slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Fill_Slider widget . */ + #ifndef Fl_Fill_Slider_H #define Fl_Fill_Slider_H diff --git a/FL/Fl_Float_Input.H b/FL/Fl_Float_Input.H index 12061cf53..e1a3d3401 100644 --- a/FL/Fl_Float_Input.H +++ b/FL/Fl_Float_Input.H @@ -3,7 +3,7 @@ // // Floating point input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Float_Input widget . */ + #ifndef Fl_Float_Input_H #define Fl_Float_Input_H diff --git a/FL/Fl_FormsBitmap.H b/FL/Fl_FormsBitmap.H index dc4f7a6db..33ea92a46 100644 --- a/FL/Fl_FormsBitmap.H +++ b/FL/Fl_FormsBitmap.H @@ -3,7 +3,7 @@ // // Forms bitmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_FormsBitmap widget . */ + #ifndef Fl_FormsBitmap_H #define Fl_FormsBitmap_H diff --git a/FL/Fl_FormsPixmap.H b/FL/Fl_FormsPixmap.H index a414d5e4f..4f054e6c9 100644 --- a/FL/Fl_FormsPixmap.H +++ b/FL/Fl_FormsPixmap.H @@ -3,7 +3,7 @@ // // Forms pixmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_FormsPixmap widget . */ + #ifndef Fl_FormsPixmap_H #define Fl_FormsPixmap_H diff --git a/FL/Fl_Free.H b/FL/Fl_Free.H index 05997e0b5..16b04b397 100644 --- a/FL/Fl_Free.H +++ b/FL/Fl_Free.H @@ -3,7 +3,7 @@ // // Forms free header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Free widget . */ + #ifndef Fl_Free_H #define Fl_Free_H diff --git a/FL/Fl_GIF_Image.H b/FL/Fl_GIF_Image.H index b231d5037..f934c436f 100644 --- a/FL/Fl_GIF_Image.H +++ b/FL/Fl_GIF_Image.H @@ -3,7 +3,7 @@ // // GIF image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_GIF_Image widget . */ + #ifndef Fl_GIF_Image_H #define Fl_GIF_Image_H # include "Fl_Pixmap.H" diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index af7b5f910..78b92091c 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -3,7 +3,7 @@ // // OpenGL header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -24,6 +24,10 @@ // // http://www.fltk.org/str.php // + +/** \file + Fl_Gl_Window widget . */ + #ifndef Fl_Gl_Window_H #define Fl_Gl_Window_H diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 635173fe0..ad82524f8 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -3,7 +3,7 @@ // // Group header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Group, Fl_End classes . */ + #ifndef Fl_Group_H #define Fl_Group_H diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index c66f357a2..debdabee5 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -3,7 +3,7 @@ // // Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Help_Dialog widget . */ + // generated by Fast Light User Interface Designer (fluid) version 1.0108 #ifndef Fl_Help_Dialog_H diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index eb469c514..0e798db32 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -26,6 +26,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Help_View widget . */ + #ifndef Fl_Help_View_H # define Fl_Help_View_H diff --git a/FL/Fl_Hold_Browser.H b/FL/Fl_Hold_Browser.H index e09d52be6..52fad0db0 100644 --- a/FL/Fl_Hold_Browser.H +++ b/FL/Fl_Hold_Browser.H @@ -3,7 +3,7 @@ // // Hold browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Hold_Browser widget . */ + #ifndef Fl_Hold_Browser_H #define Fl_Hold_Browser_H diff --git a/FL/Fl_Hor_Fill_Slider.H b/FL/Fl_Hor_Fill_Slider.H index e9675eaf2..99560fcd2 100644 --- a/FL/Fl_Hor_Fill_Slider.H +++ b/FL/Fl_Hor_Fill_Slider.H @@ -3,7 +3,7 @@ // // Horizontal fill slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -24,6 +24,10 @@ // // http://www.fltk.org/str.php // + +/** \file + Fl_Hor_Fill_Slider widget . */ + #ifndef Fl_Hor_Fill_Slider_H #define Fl_Hor_Fill_Slider_H diff --git a/FL/Fl_Hor_Nice_Slider.H b/FL/Fl_Hor_Nice_Slider.H index 12f05c926..33d72c106 100644 --- a/FL/Fl_Hor_Nice_Slider.H +++ b/FL/Fl_Hor_Nice_Slider.H @@ -3,7 +3,7 @@ // // Horizontal "nice" slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Hor_Nice_Slider widget . */ + #ifndef Fl_Hor_Nice_Slider_H #define Fl_Hor_Nice_Slider_H diff --git a/FL/Fl_Hor_Slider.H b/FL/Fl_Hor_Slider.H index 91555f99c..06b1b4b94 100644 --- a/FL/Fl_Hor_Slider.H +++ b/FL/Fl_Hor_Slider.H @@ -3,7 +3,7 @@ // // Horizontal slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Hor_Slider widget . */ + #ifndef Fl_Hor_Slider_H #define Fl_Hor_Slider_H diff --git a/FL/Fl_Hor_Value_Slider.H b/FL/Fl_Hor_Value_Slider.H index 619d7ca69..9ed8fd45f 100644 --- a/FL/Fl_Hor_Value_Slider.H +++ b/FL/Fl_Hor_Value_Slider.H @@ -3,7 +3,7 @@ // // Horizontal value slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Hor_Value_Slider widget . */ + #ifndef Fl_Hor_Value_Slider_H #define Fl_Hor_Value_Slider_H diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index 1a85f07f8..a960b0ca6 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -3,7 +3,7 @@ // // Image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Image, Fl_RGB_Image classes . */ + #ifndef Fl_Image_H # define Fl_Image_H diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index 97fa4cc19..f866f3b44 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -3,7 +3,7 @@ // // Input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Input widget . */ + #ifndef Fl_Input_H #define Fl_Input_H diff --git a/FL/Fl_Input_.H b/FL/Fl_Input_.H index dc9bd9969..210b3ff76 100644 --- a/FL/Fl_Input_.H +++ b/FL/Fl_Input_.H @@ -3,7 +3,7 @@ // // Input base class header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Input_ widget . */ + #ifndef Fl_Input__H #define Fl_Input__H diff --git a/FL/Fl_Input_Choice.H b/FL/Fl_Input_Choice.H index 5f9161602..bb30f486a 100644 --- a/FL/Fl_Input_Choice.H +++ b/FL/Fl_Input_Choice.H @@ -7,7 +7,7 @@ // | input area || \/ | // |______________||____| // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // Copyright 2004 by Greg Ercolano. // // This library is free software; you can redistribute it and/or @@ -30,6 +30,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Input_Choice widget . */ + #ifndef Fl_Input_Choice_H diff --git a/FL/Fl_Int_Input.H b/FL/Fl_Int_Input.H index 92c91e080..f0c12937a 100644 --- a/FL/Fl_Int_Input.H +++ b/FL/Fl_Int_Input.H @@ -3,7 +3,7 @@ // // Integer input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Int_Input widget . */ + #ifndef Fl_Int_Input_H #define Fl_Int_Input_H diff --git a/FL/Fl_JPEG_Image.H b/FL/Fl_JPEG_Image.H index 3501f6491..67cd5ee3a 100644 --- a/FL/Fl_JPEG_Image.H +++ b/FL/Fl_JPEG_Image.H @@ -3,7 +3,7 @@ // // JPEG image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_JPEG_Image class . */ + #ifndef Fl_JPEG_Image_H #define Fl_JPEG_Image_H # include "Fl_Image.H" diff --git a/FL/Fl_Light_Button.H b/FL/Fl_Light_Button.H index 41471b681..2a80567a2 100644 --- a/FL/Fl_Light_Button.H +++ b/FL/Fl_Light_Button.H @@ -3,7 +3,7 @@ // // Lighted button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Light_Button widget . */ + #ifndef Fl_Light_Button_H #define Fl_Light_Button_H diff --git a/FL/Fl_Line_Dial.H b/FL/Fl_Line_Dial.H index 753825d42..9ffe0c9a5 100644 --- a/FL/Fl_Line_Dial.H +++ b/FL/Fl_Line_Dial.H @@ -3,7 +3,7 @@ // // Line dial header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Line_Dial widget . */ + #ifndef Fl_Line_Dial_H #define Fl_Line_Dial_H diff --git a/FL/Fl_Menu.H b/FL/Fl_Menu.H index 417ec0749..ccdd76524 100644 --- a/FL/Fl_Menu.H +++ b/FL/Fl_Menu.H @@ -3,7 +3,7 @@ // // Old menu header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H index 41e9a492d..a33dd6a40 100644 --- a/FL/Fl_Menu_.H +++ b/FL/Fl_Menu_.H @@ -3,7 +3,7 @@ // // Menu base class header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Menu_ widget . */ + #ifndef Fl_Menu__H #define Fl_Menu__H diff --git a/FL/Fl_Menu_Bar.H b/FL/Fl_Menu_Bar.H index 36c90c8f7..0b68b9a3a 100644 --- a/FL/Fl_Menu_Bar.H +++ b/FL/Fl_Menu_Bar.H @@ -3,7 +3,7 @@ // // Menu bar header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Menu_Bar widget . */ + #ifndef Fl_Menu_Bar_H #define Fl_Menu_Bar_H diff --git a/FL/Fl_Menu_Button.H b/FL/Fl_Menu_Button.H index dd575a0cf..7f08d5a68 100644 --- a/FL/Fl_Menu_Button.H +++ b/FL/Fl_Menu_Button.H @@ -3,7 +3,7 @@ // // Menu button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Menu_Button widget . */ + #ifndef Fl_Menu_Button_H #define Fl_Menu_Button_H diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index e797865e2..42cb96ee8 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -3,7 +3,7 @@ // // Menu item header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Menu_Window.H b/FL/Fl_Menu_Window.H index 7337ac1d2..f3d2d30cf 100644 --- a/FL/Fl_Menu_Window.H +++ b/FL/Fl_Menu_Window.H @@ -3,7 +3,7 @@ // // Menu window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Menu_Window widget . */ + #ifndef Fl_Menu_Window_H #define Fl_Menu_Window_H diff --git a/FL/Fl_Multi_Browser.H b/FL/Fl_Multi_Browser.H index 0bd1c1f7c..2a37efb54 100644 --- a/FL/Fl_Multi_Browser.H +++ b/FL/Fl_Multi_Browser.H @@ -3,7 +3,7 @@ // // Multi browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Multi_Browser widget . */ + #ifndef Fl_Multi_Browser_H #define Fl_Multi_Browser_H diff --git a/FL/Fl_Multi_Label.H b/FL/Fl_Multi_Label.H index 98e6960d7..9912d0ce4 100644 --- a/FL/Fl_Multi_Label.H +++ b/FL/Fl_Multi_Label.H @@ -3,7 +3,7 @@ // // Multi-label header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H index 2ab3cea80..a5791aba9 100644 --- a/FL/Fl_Multiline_Input.H +++ b/FL/Fl_Multiline_Input.H @@ -3,7 +3,7 @@ // // Multiline input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Multiline_Input widget . */ + #ifndef Fl_Multiline_Input_H #define Fl_Multiline_Input_H diff --git a/FL/Fl_Multiline_Output.H b/FL/Fl_Multiline_Output.H index c9566e252..29184e89f 100644 --- a/FL/Fl_Multiline_Output.H +++ b/FL/Fl_Multiline_Output.H @@ -3,7 +3,7 @@ // // Multi line output header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,8 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Multiline_Output widget . */ #ifndef Fl_Multiline_Output_H #define Fl_Multiline_Output_H diff --git a/FL/Fl_Nice_Slider.H b/FL/Fl_Nice_Slider.H index d3f9bd679..11260be2e 100644 --- a/FL/Fl_Nice_Slider.H +++ b/FL/Fl_Nice_Slider.H @@ -3,7 +3,7 @@ // // "Nice" slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -24,6 +24,10 @@ // // http://www.fltk.org/str.php // + +/** \file + Fl_Nice_Slider widget . */ + #ifndef Fl_Nice_Slider_H #define Fl_Nice_Slider_H diff --git a/FL/Fl_Object.H b/FL/Fl_Object.H index d741f61e1..ad5d442fa 100644 --- a/FL/Fl_Object.H +++ b/FL/Fl_Object.H @@ -3,7 +3,7 @@ // // Old Fl_Object header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index 59938a87f..15e3c4c85 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -3,7 +3,7 @@ // // Output header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Output widget . */ + #ifndef Fl_Output_H #define Fl_Output_H diff --git a/FL/Fl_Overlay_Window.H b/FL/Fl_Overlay_Window.H index 8f4c96b78..366a83bd6 100644 --- a/FL/Fl_Overlay_Window.H +++ b/FL/Fl_Overlay_Window.H @@ -3,7 +3,7 @@ // // Overlay window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Overlay_Window class . */ + #ifndef Fl_Overlay_Window_H #define Fl_Overlay_Window_H diff --git a/FL/Fl_PNG_Image.H b/FL/Fl_PNG_Image.H index 1b30e7f35..eed65ab20 100644 --- a/FL/Fl_PNG_Image.H +++ b/FL/Fl_PNG_Image.H @@ -3,7 +3,7 @@ // // PNG image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_PNG_Image class . */ + #ifndef Fl_PNG_Image_H #define Fl_PNG_Image_H # include "Fl_Image.H" diff --git a/FL/Fl_PNM_Image.H b/FL/Fl_PNM_Image.H index bc4ecc279..da3699b48 100644 --- a/FL/Fl_PNM_Image.H +++ b/FL/Fl_PNM_Image.H @@ -3,7 +3,7 @@ // // PNM image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_PNM_Image class . */ + #ifndef Fl_PNM_Image_H #define Fl_PNM_Image_H # include "Fl_Image.H" diff --git a/FL/Fl_Pack.H b/FL/Fl_Pack.H index 1e6e3007d..84e28cd23 100644 --- a/FL/Fl_Pack.H +++ b/FL/Fl_Pack.H @@ -3,7 +3,7 @@ // // Pack header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Pack widget . */ + #ifndef Fl_Pack_H #define Fl_Pack_H diff --git a/FL/Fl_Pixmap.H b/FL/Fl_Pixmap.H index be65a3288..15b9efbb8 100644 --- a/FL/Fl_Pixmap.H +++ b/FL/Fl_Pixmap.H @@ -3,7 +3,7 @@ // // Pixmap header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Pixmap widget . */ + #ifndef Fl_Pixmap_H #define Fl_Pixmap_H # include "Fl_Image.H" diff --git a/FL/Fl_Positioner.H b/FL/Fl_Positioner.H index 50b298917..f7cc1aa88 100644 --- a/FL/Fl_Positioner.H +++ b/FL/Fl_Positioner.H @@ -3,7 +3,7 @@ // // Positioner header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Positioner widget . */ + #ifndef Fl_Positioner_H #define Fl_Positioner_H diff --git a/FL/Fl_Preferences.H b/FL/Fl_Preferences.H index bdaf6e4ec..6ed132f95 100644 --- a/FL/Fl_Preferences.H +++ b/FL/Fl_Preferences.H @@ -1,7 +1,7 @@ // // "$Id$" // -// Preferences definitions for the Fast Light Tool Kit (FLTK). +// Preferences . // // Copyright 2002-2005 by Matthias Melcher. // @@ -26,8 +26,7 @@ // /** \file - Preferences definitions for the Fast Light Tool Kit (FLTK). - */ + Fl_Preferences class . */ #ifndef Fl_Preferences_H # define Fl_Preferences_H diff --git a/FL/Fl_Progress.H b/FL/Fl_Progress.H index 12ccf09c6..d56a32538 100644 --- a/FL/Fl_Progress.H +++ b/FL/Fl_Progress.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Progress widget . */ + #ifndef _Fl_Progress_H_ # define _Fl_Progress_H_ diff --git a/FL/Fl_RGB_Image.H b/FL/Fl_RGB_Image.H index e8b1be68b..4aaecb562 100644 --- a/FL/Fl_RGB_Image.H +++ b/FL/Fl_RGB_Image.H @@ -3,7 +3,7 @@ // // RGB Image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2007 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Radio_Button.H b/FL/Fl_Radio_Button.H index bab8a2d7a..d9290b27a 100644 --- a/FL/Fl_Radio_Button.H +++ b/FL/Fl_Radio_Button.H @@ -3,7 +3,7 @@ // // Radio button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Radio_Button widget . */ + #ifndef Fl_Radio_Button_H #define Fl_Radio_Button_H diff --git a/FL/Fl_Radio_Light_Button.H b/FL/Fl_Radio_Light_Button.H index 9e21b7fd9..092f54251 100644 --- a/FL/Fl_Radio_Light_Button.H +++ b/FL/Fl_Radio_Light_Button.H @@ -3,7 +3,7 @@ // // Radio light button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -24,6 +24,10 @@ // // http://www.fltk.org/str.php // + +/** \file + Fl_Radio_Light_Button widget . */ + #ifndef Fl_Radio_Light_Button_H #define Fl_Radio_Light_Button_H diff --git a/FL/Fl_Radio_Round_Button.H b/FL/Fl_Radio_Round_Button.H index 381f30172..88ccad9af 100644 --- a/FL/Fl_Radio_Round_Button.H +++ b/FL/Fl_Radio_Round_Button.H @@ -3,7 +3,7 @@ // // Radio round button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Radio_Round_Button widget . */ + #ifndef Fl_Radio_Round_Button_H #define Fl_Radio_Round_Button_H diff --git a/FL/Fl_Repeat_Button.H b/FL/Fl_Repeat_Button.H index 0087198d1..73fb83773 100644 --- a/FL/Fl_Repeat_Button.H +++ b/FL/Fl_Repeat_Button.H @@ -3,7 +3,7 @@ // // Repeat button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Repeat_Button widget . */ + #ifndef Fl_Repeat_Button_H #define Fl_Repeat_Button_H #include "Fl.H" diff --git a/FL/Fl_Return_Button.H b/FL/Fl_Return_Button.H index ea39a7262..06947ee58 100644 --- a/FL/Fl_Return_Button.H +++ b/FL/Fl_Return_Button.H @@ -3,7 +3,7 @@ // // Return button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Return_Button widget . */ + #ifndef Fl_Return_Button_H #define Fl_Return_Button_H #include "Fl_Button.H" diff --git a/FL/Fl_Roller.H b/FL/Fl_Roller.H index 80b349930..cb2a59f56 100644 --- a/FL/Fl_Roller.H +++ b/FL/Fl_Roller.H @@ -3,7 +3,7 @@ // // Roller header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Roller widget . */ + #ifndef Fl_Roller_H #define Fl_Roller_H diff --git a/FL/Fl_Round_Button.H b/FL/Fl_Round_Button.H index c0365add1..faa282a15 100644 --- a/FL/Fl_Round_Button.H +++ b/FL/Fl_Round_Button.H @@ -3,7 +3,7 @@ // // Round button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Round_Button widget . */ + #ifndef Fl_Round_Button_H #define Fl_Round_Button_H diff --git a/FL/Fl_Round_Clock.H b/FL/Fl_Round_Clock.H index 7c59e491a..cffed6a9d 100644 --- a/FL/Fl_Round_Clock.H +++ b/FL/Fl_Round_Clock.H @@ -3,7 +3,7 @@ // // Round clock header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Round_Clock widget . */ + #ifndef Fl_Round_Clock_H #define Fl_Round_Clock_H diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index b54c11006..1e128b44b 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -3,7 +3,7 @@ // // Scroll header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Scroll widget . */ + #ifndef Fl_Scroll_H #define Fl_Scroll_H diff --git a/FL/Fl_Scrollbar.H b/FL/Fl_Scrollbar.H index 43fd7a752..5a5dd0e89 100644 --- a/FL/Fl_Scrollbar.H +++ b/FL/Fl_Scrollbar.H @@ -3,7 +3,7 @@ // // Scroll bar header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Scrollbar widget . */ + #ifndef Fl_Scrollbar_H #define Fl_Scrollbar_H diff --git a/FL/Fl_Secret_Input.H b/FL/Fl_Secret_Input.H index 8ed28752e..fe0d349b1 100644 --- a/FL/Fl_Secret_Input.H +++ b/FL/Fl_Secret_Input.H @@ -3,7 +3,7 @@ // // Secret input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,8 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Secret_Input widget . */ #ifndef Fl_Secret_Input_H #define Fl_Secret_Input_H diff --git a/FL/Fl_Select_Browser.H b/FL/Fl_Select_Browser.H index 304fac9be..5ababe71f 100644 --- a/FL/Fl_Select_Browser.H +++ b/FL/Fl_Select_Browser.H @@ -3,7 +3,7 @@ // // Select browser header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Select_Browser widget . */ + #ifndef Fl_Select_Browser_H #define Fl_Select_Browser_H diff --git a/FL/Fl_Shared_Image.H b/FL/Fl_Shared_Image.H index 6f766ece8..6f00cfddc 100644 --- a/FL/Fl_Shared_Image.H +++ b/FL/Fl_Shared_Image.H @@ -3,7 +3,7 @@ // // Shared image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Shared_Image class . */ + #ifndef Fl_Shared_Image_H # define Fl_Shared_Image_H diff --git a/FL/Fl_Simple_Counter.H b/FL/Fl_Simple_Counter.H index 4343586ca..1b0c1a80d 100644 --- a/FL/Fl_Simple_Counter.H +++ b/FL/Fl_Simple_Counter.H @@ -3,7 +3,7 @@ // // Simple counter header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Simple_Counter widget . */ + #ifndef Fl_Simple_Counter_H #define Fl_Simple_Counter_H diff --git a/FL/Fl_Single_Window.H b/FL/Fl_Single_Window.H index c865e8b44..f4be6b0ca 100644 --- a/FL/Fl_Single_Window.H +++ b/FL/Fl_Single_Window.H @@ -3,7 +3,7 @@ // // Single-buffered window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Single_Window class . */ + #ifndef Fl_Single_Window_H #define Fl_Single_Window_H diff --git a/FL/Fl_Slider.H b/FL/Fl_Slider.H index 9adb48296..b4f72f361 100644 --- a/FL/Fl_Slider.H +++ b/FL/Fl_Slider.H @@ -3,7 +3,7 @@ // // Slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Slider widget . */ + #ifndef Fl_Slider_H #define Fl_Slider_H diff --git a/FL/Fl_Spinner.H b/FL/Fl_Spinner.H index 3d65dfebc..73e549f13 100644 --- a/FL/Fl_Spinner.H +++ b/FL/Fl_Spinner.H @@ -3,7 +3,7 @@ // // Spinner widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2006 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Spinner widget . */ + #ifndef Fl_Spinner_H # define Fl_Spinner_H diff --git a/FL/Fl_Sys_Menu_Bar.H b/FL/Fl_Sys_Menu_Bar.H index 9f6efcd34..17eb86282 100644 --- a/FL/Fl_Sys_Menu_Bar.H +++ b/FL/Fl_Sys_Menu_Bar.H @@ -3,7 +3,7 @@ // // MacOS system menu bar header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index a6a7786c5..7a1a873a9 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -3,7 +3,7 @@ // // Tab header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Tabs widget . */ + #ifndef Fl_Tabs_H #define Fl_Tabs_H diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 5f8e4bd75..8fb746690 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -27,6 +27,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Text_Buffer, Fl_Text_Selection widget . */ + #ifndef FL_TEXT_BUFFER_H #define FL_TEXT_BUFFER_H diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H index f95d6ff81..be2cd4f64 100644 --- a/FL/Fl_Text_Display.H +++ b/FL/Fl_Text_Display.H @@ -27,6 +27,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Text_Display widget . */ + #ifndef FL_TEXT_DISPLAY_H #define FL_TEXT_DISPLAY_H diff --git a/FL/Fl_Text_Editor.H b/FL/Fl_Text_Editor.H index 3457acbf7..75f72a35b 100644 --- a/FL/Fl_Text_Editor.H +++ b/FL/Fl_Text_Editor.H @@ -27,6 +27,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Text_Editor widget . */ + #ifndef FL_TEXT_EDITOR_H #define FL_TEXT_EDITOR_H diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H index 9a8bbc813..66edebefc 100644 --- a/FL/Fl_Tile.H +++ b/FL/Fl_Tile.H @@ -3,7 +3,7 @@ // // Tile header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Tile widget . */ + #ifndef Fl_Tile_H #define Fl_Tile_H diff --git a/FL/Fl_Tiled_Image.H b/FL/Fl_Tiled_Image.H index 8e4bb40bf..51db89965 100644 --- a/FL/Fl_Tiled_Image.H +++ b/FL/Fl_Tiled_Image.H @@ -3,7 +3,7 @@ // // Tiled image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Tiled_Image widget . */ + #ifndef Fl_Tiled_Image_H # define Fl_Tiled_Image_H diff --git a/FL/Fl_Timer.H b/FL/Fl_Timer.H index 4f3dada40..88e9aea64 100644 --- a/FL/Fl_Timer.H +++ b/FL/Fl_Timer.H @@ -3,7 +3,7 @@ // // Timer header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Timer widget . */ + #ifndef Fl_Timer_H #define Fl_Timer_H diff --git a/FL/Fl_Toggle_Button.H b/FL/Fl_Toggle_Button.H index 790d7361b..8a37c7811 100644 --- a/FL/Fl_Toggle_Button.H +++ b/FL/Fl_Toggle_Button.H @@ -3,7 +3,7 @@ // // Toggle button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Toggle_Button widget . */ + #ifndef Fl_Toggle_Button_H #define Fl_Toggle_Button_H diff --git a/FL/Fl_Toggle_Light_Button.H b/FL/Fl_Toggle_Light_Button.H index 98edbf98d..6527c1b3c 100644 --- a/FL/Fl_Toggle_Light_Button.H +++ b/FL/Fl_Toggle_Light_Button.H @@ -3,7 +3,7 @@ // // Toggle light button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Toggle_Round_Button.H b/FL/Fl_Toggle_Round_Button.H index 9c9a0c3ec..48fa13c69 100644 --- a/FL/Fl_Toggle_Round_Button.H +++ b/FL/Fl_Toggle_Round_Button.H @@ -3,7 +3,7 @@ // // Toggle round button header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index 15cecf050..53713a511 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -3,7 +3,7 @@ // // Tooltip header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Tooltip widget . */ + #ifndef Fl_Tooltip_H #define Fl_Tooltip_H diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H index 31f64b8f3..357094d60 100644 --- a/FL/Fl_Valuator.H +++ b/FL/Fl_Valuator.H @@ -3,7 +3,7 @@ // // Valuator header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Valuator widget . */ + #ifndef Fl_Valuator_H #define Fl_Valuator_H diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index 0ede3cf39..f30b900aa 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -3,7 +3,7 @@ // // Value input header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Value_Input widget . */ + #ifndef Fl_Value_Input_H #define Fl_Value_Input_H diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index b8dc1f98e..0a05f0867 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -3,7 +3,7 @@ // // Value output header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Value_Output widget . */ + #ifndef Fl_Value_Output_H #define Fl_Value_Output_H diff --git a/FL/Fl_Value_Slider.H b/FL/Fl_Value_Slider.H index 8290281dd..cc2300350 100644 --- a/FL/Fl_Value_Slider.H +++ b/FL/Fl_Value_Slider.H @@ -3,7 +3,7 @@ // // Value slider header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Value_Slider widget . */ + #ifndef Fl_Value_Slider_H #define Fl_Value_Slider_H diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 5f8f0c4e6..f351c9497 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -3,7 +3,7 @@ // // Widget header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -26,8 +26,7 @@ // /** \file - * This file describes the Fl_Widget and Fl_Label classes. - */ + Fl_Widget, Fl_Label classes . */ #ifndef Fl_Widget_H #define Fl_Widget_H diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index f0c19e413..cd2d13b53 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -3,7 +3,7 @@ // // Window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Window widget . */ + #ifndef Fl_Window_H #define Fl_Window_H diff --git a/FL/Fl_Wizard.H b/FL/Fl_Wizard.H index bec0b82c3..be87a0dc1 100644 --- a/FL/Fl_Wizard.H +++ b/FL/Fl_Wizard.H @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_Wizard widget . */ + // // Include necessary header files... // diff --git a/FL/Fl_XBM_Image.H b/FL/Fl_XBM_Image.H index e0470b1d7..b2cf5bb29 100644 --- a/FL/Fl_XBM_Image.H +++ b/FL/Fl_XBM_Image.H @@ -3,7 +3,7 @@ // // XBM image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,9 @@ // http://www.fltk.org/str.php // +/** \file + Fl_XBM_Image class . */ + #ifndef Fl_XBM_Image_H #define Fl_XBM_Image_H # include "Fl_Bitmap.H" diff --git a/FL/Fl_XPM_Image.H b/FL/Fl_XPM_Image.H index 554abfcc9..4920c5cb9 100644 --- a/FL/Fl_XPM_Image.H +++ b/FL/Fl_XPM_Image.H @@ -3,7 +3,7 @@ // // XPM image header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -25,6 +25,10 @@ // http://www.fltk.org/str.php // +/** \file + + Fl_XPM_Image class . */ + #ifndef Fl_XPM_Image_H #define Fl_XPM_Image_H # include "Fl_Pixmap.H" diff --git a/FL/fl_ask.H b/FL/fl_ask.H index 819f39e73..d2c8d540b 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -3,7 +3,7 @@ // // Standard dialog header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/fl_draw.H b/FL/fl_draw.H index 036a35cea..851de8974 100644 --- a/FL/fl_draw.H +++ b/FL/fl_draw.H @@ -3,7 +3,7 @@ // // Portable drawing function header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/fl_message.H b/FL/fl_message.H index a582a42fd..274182deb 100644 --- a/FL/fl_message.H +++ b/FL/fl_message.H @@ -3,7 +3,7 @@ // // Standard message header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/fl_show_colormap.H b/FL/fl_show_colormap.H index 88200bb28..a8e312672 100644 --- a/FL/fl_show_colormap.H +++ b/FL/fl_show_colormap.H @@ -3,7 +3,7 @@ // // Colormap picker header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/fl_show_input.H b/FL/fl_show_input.H index 3f97db10a..77887a839 100644 --- a/FL/fl_show_input.H +++ b/FL/fl_show_input.H @@ -3,7 +3,7 @@ // // Standard input dialog header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/FL/fl_utf8.H b/FL/fl_utf8.H index 7f93e1059..f9c084fdb 100644 --- a/FL/fl_utf8.H +++ b/FL/fl_utf8.H @@ -1,5 +1,5 @@ // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public |
