mirror of https://github.com/fltk/fltk
Updating version to 1.1.9
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6094 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
157a048a25
commit
761163f3f8
|
@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
|
|||
# The FLTK version
|
||||
SET(FLTK_VERSION_MAJOR "1")
|
||||
SET(FLTK_VERSION_MINOR "1")
|
||||
SET(FLTK_VERSION_PATCH "7")
|
||||
SET(FLTK_VERSION_PATCH "9")
|
||||
SET(FLTK_VERSION "${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}")
|
||||
SET(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}")
|
||||
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
README - Fast Light Tool Kit (FLTK) Version 1.1.8
|
||||
README - Fast Light Tool Kit (FLTK) Version 1.1.9
|
||||
-------------------------------------------------
|
||||
|
||||
WHAT IS FLTK?
|
||||
|
|
|
@ -36,7 +36,7 @@ AC_INIT(src/Fl.cxx)
|
|||
dnl FLTK library versions...
|
||||
FL_MAJOR_VERSION=1
|
||||
FL_MINOR_VERSION=1
|
||||
FL_PATCH_VERSION=8
|
||||
FL_PATCH_VERSION=9
|
||||
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
|
||||
|
||||
AC_SUBST(FL_MAJOR_VERSION)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="robots" CONTENT="noindex">
|
||||
<TITLE>FLTK 1.1.8 Programming Manual</TITLE>
|
||||
<TITLE>FLTK 1.1.9 Programming Manual</TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
|
@ -10,9 +10,9 @@
|
|||
<TD VALIGN="MIDDLE">
|
||||
<IMG SRC="FL.gif" WIDTH="200" HEIGHT="100" ALIGN="ABSMIDDLE" ALT="FL"></TD>
|
||||
<TD ALIGN="CENTER" VALIGN="MIDDLE">
|
||||
<H1>FLTK 1.1.8 Programming Manual</H1>
|
||||
<H1>FLTK 1.1.9 Programming Manual</H1>
|
||||
<P>Revision 8 by Michael Sweet, Craig P. Earls,<br>Matthias Melcher, and Bill Spitzak<BR>
|
||||
Copyright 1998-2007 by Bill Spitzak and others.</P>
|
||||
Copyright 1998-2008 by Bill Spitzak and others.</P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
<META CONTENT="Written by Michael Sweet, Craig P. Earls, Matthias Melcher, and Bill Spitzak" NAME="Author">
|
||||
<META CONTENT="Copyright 1998-2006 by Bill Spitzak and Others." NAME="Copyright">
|
||||
<META CONTENT="Revision 8" NAME="DocNumber">
|
||||
<TITLE>FLTK 1.1.8 Programming Manual</TITLE>
|
||||
<TITLE>FLTK 1.1.9 Programming Manual</TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<H1 ALIGN="RIGHT"><A NAME="preface">Preface</A></H1>
|
||||
|
||||
<P>This manual describes the Fast Light Tool Kit ("FLTK")
|
||||
version 1.1.8, a C++ Graphical User Interface
|
||||
version 1.1.9, a C++ Graphical User Interface
|
||||
("GUI") toolkit for UNIX, Microsoft Windows and MacOS. Each
|
||||
of the chapters in this manual is designed as a tutorial for
|
||||
using FLTK, while the appendices provide a convenient reference
|
||||
|
|
|
@ -278,14 +278,14 @@ Fl_Double_Window* make_about_panel() {
|
|||
{ Fl_Box* o = new Fl_Box(10, 10, 115, 120);
|
||||
o->image(image_fluid);
|
||||
} // Fl_Box* o
|
||||
{ Fl_Box* o = new Fl_Box(135, 10, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.8");
|
||||
{ Fl_Box* o = new Fl_Box(135, 10, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.9");
|
||||
o->color((Fl_Color)12);
|
||||
o->selection_color(FL_DARK1);
|
||||
o->labelfont(1);
|
||||
o->labelsize(18);
|
||||
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
|
||||
} // Fl_Box* o
|
||||
{ Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2006 by\nBill Spitzak and others");
|
||||
{ Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2008 by\nBill Spitzak and others");
|
||||
o->align(132|FL_ALIGN_INSIDE);
|
||||
} // Fl_Box* o
|
||||
{ Fl_Button* o = new Fl_Button(89, 141, 123, 25, "View License...");
|
||||
|
|
|
@ -38,7 +38,7 @@ Function {make_about_panel()} {open
|
|||
} {
|
||||
Fl_Window about_panel {
|
||||
label {About FLUID} open
|
||||
xywh {391 113 315 175} type Double color 50 selection_color 47 hotspot non_modal visible
|
||||
xywh {390 162 315 175} type Double color 50 selection_color 47 hotspot non_modal visible
|
||||
} {
|
||||
Fl_Box {} {
|
||||
image {icons/fluid-96.xpm} xywh {10 10 115 120}
|
||||
|
@ -46,12 +46,12 @@ Function {make_about_panel()} {open
|
|||
Fl_Box {} {
|
||||
label {FLTK User
|
||||
Interface Designer
|
||||
Version 1.1.8} selected
|
||||
Version 1.1.9}
|
||||
xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 align 21
|
||||
}
|
||||
Fl_Box {} {
|
||||
label {Copyright 1998-2006 by
|
||||
Bill Spitzak and others}
|
||||
label {Copyright 1998-2008 by
|
||||
Bill Spitzak and others} selected
|
||||
xywh {135 89 170 42} align 148
|
||||
}
|
||||
Fl_Button {} {
|
||||
|
|
Loading…
Reference in New Issue