mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
Bump version numbers to 1.4.2
This commit is contained in:
+4
-2
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Enumerations for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2024 by Bill Spitzak and others.
|
||||
// Copyright 1998-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
|
||||
@@ -36,6 +36,8 @@
|
||||
# include "fl_types.h"
|
||||
# include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
|
||||
|
||||
// Current FLTK version: 1.4.2
|
||||
|
||||
/** \name Version Numbers
|
||||
|
||||
FLTK defines some constants to help the programmer to
|
||||
@@ -63,7 +65,7 @@
|
||||
|
||||
FLTK remains binary compatible between patches.
|
||||
*/
|
||||
#define FL_PATCH_VERSION 1
|
||||
#define FL_PATCH_VERSION 2
|
||||
|
||||
/**
|
||||
The FLTK version number as a \em double.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
// =======================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0401
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0402
|
||||
|
||||
#ifndef Fl_File_Chooser_H
|
||||
#define Fl_File_Chooser_H
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
// ========================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0401
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0402
|
||||
|
||||
#ifndef Fl_Help_Dialog_H
|
||||
#define Fl_Help_Dialog_H
|
||||
|
||||
Reference in New Issue
Block a user