diff options
Diffstat (limited to 'FL/Fl_Grid.H')
| -rw-r--r-- | FL/Fl_Grid.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H index b04cb0e4e..a557fb12a 100644 --- a/FL/Fl_Grid.H +++ b/FL/Fl_Grid.H @@ -2,7 +2,7 @@ // Fl_Grid widget header for the Fast Light Tool Kit (FLTK). // // Copyright 2021-2022 by Albrecht Schlosser. -// Copyright 2022-2023 by Bill Spitzak and others. +// Copyright 2022-2025 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -98,9 +98,9 @@ const Fl_Grid_Align FL_GRID_BOTTOM_RIGHT = FL_GRID_BOTTOM | FL_GRID_RIGHT; Fl_Group::resizable() widget is ignored (if set). Calling init_sizes() is not necessary. - \note Fl_Grid is, as of FLTK 1.4.1, still in experimental state and - should be used with caution. The API can still be changed although it is - assumed to be almost stable - as stable as possible for a first release. + \note Fl_Grid is, as of FLTK 1.4.x, still in experimental state and should + be used with caution. The API can still be changed although it is assumed + to be almost stable - as stable as possible for a first release. Example: Simple 3x3 Fl_Grid with five buttons: \n |
