From 02af6a57eb4717af47f8ecd69be04abebd08c0d5 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 19 Feb 2025 19:08:55 +0100 Subject: Bump version numbers to 1.4.2 --- FL/Fl_Grid.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FL/Fl_Grid.H') 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 -- cgit v1.2.3