Bump version numbers to 1.3.5, prepare for release.

There are still files that need changes, but with this commit the
majority of files is up-to-date.

Files left to be updated later:

 - ANNOUNCEMENT         partly done, needs RELEASE DATE !
 - CHANGES              up-to-date (?), but needs RELEASE DATE !
 - KNOWN_BUGS.html      needs more work (snapshot)
 - maybe more           (unknown)


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12336 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2017-07-18 18:32:47 +00:00
parent 6052771126
commit 08533b52b5
49 changed files with 88 additions and 85 deletions

View File

@ -4,13 +4,14 @@ The initial FLTK 1.3.0 is based on the final 1.1.10.
Doxygen based documentation, and several new widgets including
Fl_Native_File_Chooser, Fl_Table, and Fl_Tree.
FLTK 1.3.4 and previous versions contain many improvements and bug fixes.
FLTK 1.3.5 and previous versions contain many improvements and bug fixes.
Please see CHANGES for a list of changes in FLTK 1.3.0 to 1.3.4.
Please see CHANGES for a list of changes in FLTK 1.3.0 to 1.3.5.
Even though FLTK 1.3.4 does not fix all STRs, we decided to release
FLTK 1.3.4 as it contains many new features, bug fixes, and adaptations
to new compiler releases.
Even though FLTK 1.3.5 does not fix all STRs, we decided to release
FLTK 1.3.5 as it contains many new features, bug fixes, and adaptations
to new compiler releases and OS versions (e.g. macOS 10.13 "High Sierra"
and better configure support for some Linux platforms).
Open bugs and feature requests can be viewed (offline) in KNOWN_BUGS.html
with your browser. Links in this file direct you to the current state
@ -21,7 +22,7 @@ FLTK 1.3.4 and previous versions contain many improvements and bug fixes.
bugs and/or feature requests in this list might have been fixed without
notice.
FLTK 1.3.4 is expected to be the last release in the 1.3.x series.
FLTK 1.3.5 is expected to be the last release in the 1.3.x series.
All currently open STR's for 1.3.x will be fixed in FLTK 1.4.x, if possible.
@ -30,8 +31,10 @@ FLTK 1.3.4 is expected to be the last release in the 1.3.x series.
Note to svn (subversion) users: This branch (branch-1.3) is end of life
since the release of FLTK 1.3.4. Only very serious bug fixes will be
available if FLTK 1.4.0 is not yet released or not (yet) stable enough.
This release (1.3.5) is a bug fix and maintenance release without new
FLTK features.
The new development branch is now branch-1.4 -- please checkout a new,
The current development branch is branch-1.4 -- please checkout a new,
clean working copy if you want to get branch-1.4.
--------------------------------------------------------------------------------

View File

@ -23,7 +23,7 @@
# The FLTK version
set(FLTK_VERSION_MAJOR "1")
set(FLTK_VERSION_MINOR "3")
set(FLTK_VERSION_PATCH "4")
set(FLTK_VERSION_PATCH "5")
set(FLTK_VERSION "${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}")
set(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}")

View File

@ -1,4 +1,4 @@
CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.4
CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.5
--------------------------------------------------
This file lists the people responsible for the toolkit you are

View File

@ -3,7 +3,7 @@
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -75,7 +75,7 @@
FLTK remains binary compatible between patches.
*/
#define FL_PATCH_VERSION 4
#define FL_PATCH_VERSION 5
/**
The FLTK version number as a \em double.

View File

@ -23,7 +23,7 @@
// =======================================================================
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef Fl_File_Chooser_H
#define Fl_File_Chooser_H

View File

@ -23,7 +23,7 @@
// ========================================================================
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H

4
README
View File

@ -1,4 +1,4 @@
README - Fast Light Tool Kit (FLTK) Version 1.3.4
README - Fast Light Tool Kit (FLTK) Version 1.3.5
-------------------------------------------------
WHAT IS FLTK?
@ -162,7 +162,7 @@ TRADEMARKS
COPYRIGHT
FLTK is copyright 1998-2016 by Bill Spitzak and others,
FLTK is copyright 1998-2017 by Bill Spitzak and others,
see the CREDITS file for more info.
This library is free software. Distribution and use rights are

View File

@ -1 +1 @@
1.3.4
1.3.5

View File

@ -5,7 +5,7 @@ dnl "$Id$"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
dnl Copyright 1998-2016 by Bill Spitzak and others.
dnl Copyright 1998-2017 by Bill Spitzak and others.
dnl
dnl This library is free software. Distribution and use rights are outlined in
dnl the file "COPYING" which should have been included with this file. If this
@ -53,7 +53,7 @@ esac
dnl FLTK library versions...
FL_MAJOR_VERSION=1
FL_MINOR_VERSION=3
FL_PATCH_VERSION=4
FL_PATCH_VERSION=5
FL_DSO_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
FL_ABI_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.0
FL_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.${FL_PATCH_VERSION}

View File

@ -20,18 +20,18 @@ The FLTK version number is stored in a number of compile-time constants:
- FL_MAJOR_VERSION - The major release number, currently 1
- FL_MINOR_VERSION - The minor release number, currently 3
- FL_PATCH_VERSION - The patch release number, currently 4
- FL_PATCH_VERSION - The patch release number, currently 5
- FL_VERSION - \b [Deprecated] A combined floating-point version number for
the major, minor, and patch release numbers, currently 1.0304
the major, minor, and patch release numbers, currently 1.0305
- FL_API_VERSION - A combined integer version number for the major, minor,
and patch release numbers, currently 10304 (use this instead of
and patch release numbers, currently 10305 (use this instead of
FL_VERSION, if possible)
- FL_ABI_VERSION - A combined integer version number for the application
binary interface (ABI) major, minor, and patch release numbers,
currently 10300 (default)
\note The ABI version (FL_ABI_VERSION) is usually constant throughout one
major/minor release version, for instance 10300 if FL_API_VERSION is 10304.
major/minor release version, for instance 10300 if FL_API_VERSION is 10305.
Hence the ABI is constant if only the patch version is changed.
You can change this with configure or CMake though if you want the
latest enhancements (called "ABI features", see CHANGES).

View File

@ -8,7 +8,7 @@
\image latex FL200.png "" width=5cm
</CENTER></TD>
<TD><CENTER>
<B>FLTK 1.3.4 Programming Manual</B>
<B>FLTK 1.3.5 Programming Manual</B>
Revision 9 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.

View File

@ -3,7 +3,7 @@
\page preface Preface
This manual describes the Fast Light Tool Kit ("FLTK")
version 1.3.4, a C++ Graphical User Interface
version 1.3.5, a C++ Graphical User Interface
("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each
of the chapters in this manual is designed as a tutorial for
using FLTK, while the appendices provide a convenient reference

View File

@ -3,7 +3,7 @@
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "about_panel.h"
void show_help(const char *name);
@ -282,7 +282,7 @@ Fl_Double_Window* make_about_panel() {
snprintf(about,sizeof(about),"FLTK User\nInterface Designer\nVersion %d.%d.%d",FL_MAJOR_VERSION,FL_MINOR_VERSION,FL_PATCH_VERSION);
o->copy_label(about);
} // Fl_Box* o
{ Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2016 by\nBill Spitzak and others");
{ Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2017 by\nBill Spitzak and others");
o->align(Fl_Align(132|FL_ALIGN_INSIDE));
} // Fl_Box* o
{ Fl_Button* o = new Fl_Button(115, 145, 123, 25, "View License...");

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@ -7,7 +7,7 @@ comment {//
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -45,7 +45,7 @@ Version x.x.x}
code2 {o->copy_label(about);}
}
Fl_Box {} {
label {Copyright 1998-2016 by
label {Copyright 1998-2017 by
Bill Spitzak and others}
xywh {135 90 200 45} align 148
}

View File

@ -3,7 +3,7 @@
//
// About dialog for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef about_panel_h
#define about_panel_h

View File

@ -3,7 +3,7 @@
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "alignment_panel.h"
#include <FL/Fl_Preferences.H>

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@ -7,7 +7,7 @@ comment {//
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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

View File

@ -3,7 +3,7 @@
//
// Setting and shell dialogs for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef alignment_panel_h
#define alignment_panel_h

View File

@ -9,11 +9,11 @@
<key>CFBundleIdentifier</key>
<string>org.fltk.fluid</string>
<key>CFBundleVersion</key>
<string>1.3.4</string>
<string>1.3.5</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2015 by Bill Spitzak and others</string>
<string>Copyright 1998-2017 by Bill Spitzak and others</string>
<key>CFAppleHelpAnchor</key>
<string>help</string>
<key>CFBundleName</key>
@ -25,9 +25,9 @@
<key>CFBundleIconFile</key>
<string>fluid.icns</string>
<key>CFBundleShortVersionString</key>
<string>1.3.4</string>
<string>1.3.5</string>
<key>CFBundleGetInfoString</key>
<string>1.3.4, Copyright 1998-2015 by Bill Spitzak and others</string>
<string>1.3.5, Copyright 1998-2017 by Bill Spitzak and others</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>

View File

@ -3,7 +3,7 @@
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "function_panel.h"
#include <FL/Fl_Pixmap.H>

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@ -7,7 +7,7 @@ comment {//
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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

View File

@ -3,7 +3,7 @@
//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef function_panel_h
#define function_panel_h

View File

@ -3,7 +3,7 @@
//
// FLUID print panel for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "print_panel.h"
#include <stdio.h>

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@ -7,7 +7,7 @@ comment {//
//
// FLUID print panel for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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

View File

@ -3,7 +3,7 @@
//
// FLUID print panel for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef print_panel_h
#define print_panel_h

View File

@ -3,7 +3,7 @@
//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "template_panel.h"
#include <stdio.h>

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@ -7,7 +7,7 @@ comment {//
//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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

View File

@ -3,7 +3,7 @@
//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef template_panel_h
#define template_panel_h

View File

@ -3,7 +3,7 @@
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "widget_panel.h"
extern void comment_cb(Fl_Text_Editor*, void*);

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
comment {//
@ -7,7 +7,7 @@ comment {//
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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

View File

@ -3,7 +3,7 @@
//
// Widget panel for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2016 by Bill Spitzak and others.
// Copyright 1998-2017 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
@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#ifndef widget_panel_h
#define widget_panel_h

View File

@ -61,7 +61,7 @@ Other IDE's are not supported by the FLTK team. See below for changes
in the next release (FLTK 1.4.0) and later versions.
Using CMake to generate IDE project files (FLTK 1.3.4)
Using CMake to generate IDE project files (FLTK 1.3.4 and higher)
------------------------------------------------------------------------
Other IDE files can likely be created using CMake and the provided

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {make_window()} {open

View File

@ -40,9 +40,9 @@
<key>CFBundleSignature</key>
<string>FLTK</string>
<key>CFBundleVersion</key>
<string>1.3.4</string>
<string>1.3.5</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2015 by Bill Spitzak and others.</string>
<string>Copyright 1998-2017 by Bill Spitzak and others.</string>
<key>CFBundleGetInfoString</key>
<string>Part of the FLTK library. Please visit www.fltk.org.</string>
<key>NSHighResolutionCapable</key>

View File

@ -23,7 +23,7 @@
// =======================================================================
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "../FL/Fl_File_Chooser.H"
#include <FL/fl_draw.H>

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {../FL/Fl_File_Chooser.H}
code_name {.cxx}
comment {//

View File

@ -23,7 +23,7 @@
// ========================================================================
//
// generated by Fast Light User Interface Designer (fluid) version 1.0304
// generated by Fast Light User Interface Designer (fluid) version 1.0305
#include "../FL/Fl_Help_Dialog.H"
#include "flstring.h"

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
comment {//

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
class CubeViewUI {open

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {make_window()} {open

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
decl {\#include "mandelbrot.h"} {public local

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
decl {\#include <FL/Fl_Preferences.H>} {public local

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {button_cb(Fl_Button *b, void *)} {

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {} {open

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
decl {\#include <stdio.h>} {public global

View File

@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
version 1.0305
header_name {.h}
code_name {.cxx}
Function {callback(Fl_Widget* o, void*)} {open private return_type void