Author: AlbrechtS
Date: 2009-11-30 02:29:16 -0800 (Mon, 30 Nov 2009)
New Revision: 548
Log:
Updating FLTK 1.1 docs to version 1.1.10


Modified:
   trunk/doc-1.1/Fl.html
   trunk/doc-1.1/Fl_Menu_Item.html
   trunk/doc-1.1/Fl_Preferences.html
   trunk/doc-1.1/common.html
   trunk/doc-1.1/drawing.html
   trunk/doc-1.1/events.html
   trunk/doc-1.1/examples.html
   trunk/doc-1.1/fltk.pdf
   trunk/doc-1.1/fluid.html
   trunk/doc-1.1/functions.html
   trunk/doc-1.1/index.html
   trunk/doc-1.1/intro.html
   trunk/doc-1.1/preface.html
   trunk/doc-1.1/subclassing.html
   trunk/doc-1.1/toc.html
   trunk/documentation.php

Modified: trunk/doc-1.1/Fl.html
===================================================================
--- trunk/doc-1.1/Fl.html       2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/Fl.html       2009-11-30 10:29:16 UTC (rev 548)
@@ -546,11 +546,14 @@
 <H4><A NAME="Fl.delete_widget">void delete_widget(Fl_Widget*);</A></H4>
 
 <p>Schedules a widget for deletion at the next call to the event loop.
-Use this method to delete a widget inside a callback function. 
-To avoid early deletion of widgets, this function
+Use this method to delete a widget inside a callback function. As with
+normal widget deletion it is your responsibility to remove() the widget
+from any parent group or window before calling this.</p>
+
+<p>To avoid early deletion of widgets, this function
 should be called toward the end of a callback and only after any call 
-to the event loop (<tt>Fl:wait()</tt>, <tt>Fl::flush()</tt>, 
-<tt>fl_ask()</tt>, etc).</p>
+to the event loop (<tt>Fl::wait()</tt>, <tt>Fl::flush()</tt>, 
+<tt>Fl::check()</tt>, <tt>fl_ask()</tt>, etc.).</p>
 
 <p>When deleting groups or windows, you must only delete the group or
 window widget and not the individual child widgets.</p>
@@ -1242,14 +1245,10 @@
 <P>This method is obsolete - use the <A
 HREF="#Fl.add_idle"><TT>add_idle()</TT></A> method instead.
 
-<H4><A NAME="Fl.set_labeltype">void 
set_labeltype(Fl_Labeltype,Fl_Label_Draw_F*,Fl_Label_Measure_F*);<BR>
-void set_labeltype(Fl_Labeltype, Fl_Labeltype from);</A></H4>
+<H4><A NAME="Fl.set_labeltype">void 
set_labeltype(Fl_Labeltype,Fl_Label_Draw_F*,Fl_Label_Measure_F*);</A></H4>
 
-<P>The first form sets the functions to call to draw and measure a
-specific labeltype.
+<P>Sets the functions to call to draw and measure a specific labeltype.
 
-<P>The second form copies the <tt>from</tt> labeltype.
-
 <H4><A NAME="Fl.test_shortcut">int test_shortcut(int);</A></H4>
 
 <P>Test the current event, which must be an <tt>FL_KEYBOARD</tt> or <tt>

Modified: trunk/doc-1.1/Fl_Menu_Item.html
===================================================================
--- trunk/doc-1.1/Fl_Menu_Item.html     2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/Fl_Menu_Item.html     2009-11-30 10:29:16 UTC (rev 548)
@@ -79,7 +79,7 @@
 flags</TT> field, and ends with a <TT>label()</TT> that is <TT>NULL</TT>.
 You can nest menus to any depth.  A pointer to the first item in the
 submenu can be treated as an <TT>Fl_Menu</TT> array itself.  It is also
-possible to make seperate submenu arrays with <TT>FL_SUBMENU_POINTER</TT>
+possible to make separate submenu arrays with <TT>FL_SUBMENU_POINTER</TT>
 flags.
 <P>You should use the method functions to access structure members and
 not access them directly to avoid compatibility problems with future

Modified: trunk/doc-1.1/Fl_Preferences.html
===================================================================
--- trunk/doc-1.1/Fl_Preferences.html   2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/Fl_Preferences.html   2009-11-30 10:29:16 UTC (rev 548)
@@ -45,7 +45,7 @@
 <P>Entries can be of any length. However, the size of each
 preferences file should be kept under 100k for performance
 reasons. One application can have multiple preferences files.
-Extensive binary data however should be stored in seperate
+Extensive binary data however should be stored in separate
 files; see the <A
 href="#Fl_Preferences.getUserdataPath"><tt>getUserdataPath()</tt></A>
 method.

Modified: trunk/doc-1.1/common.html
===================================================================
--- trunk/doc-1.1/common.html   2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/common.html   2009-11-30 10:29:16 UTC (rev 548)
@@ -363,9 +363,9 @@
 and <TT>DOWN_FRAME</TT>). The function 
 <TT><A HREF="#fl_down">fl_down(Fl_Boxtype)</A></TT> 
 expects the neutral design on a boxtype with a numerical 
-value evenly divideable by two. 
+value evenly dividable by two. 
 <TT><A HREF="#fl_frame">fl_frame(Fl_Boxtype)</A></TT> 
-expects the <TT>UP_BOX</TT> design at a value divideable by four.</P>
+expects the <TT>UP_BOX</TT> design at a value dividable by four.</P>
 
 <H2><A NAME="labels">Labels and Label Types</A></H2>
 
@@ -396,7 +396,7 @@
        <LI>+[1-9] or -[1-9] tweaks the scaling a little bigger
        or smaller.</LI>
 
-       <LI>'$' flips the symbol horizontaly, '%' flips it verticaly.</LI>
+       <LI>'$' flips the symbol horizontally, '%' flips it vertically.</LI>
 
        <LI>[0-9] - rotates by a multiple of 45 degrees. '5' and
        '6' do no rotation while the others point in the
@@ -480,7 +480,7 @@
 <P>Label types are actually indexes into a table of functions
 that draw them. The primary purpose of this is to use this to
 draw the labels in ways inaccessible through the
-<TT>fl_font</TT> mechanisim (e.g. <TT>FL_ENGRAVED_LABEL</TT>) or
+<TT>fl_font</TT> mechanism (e.g. <TT>FL_ENGRAVED_LABEL</TT>) or
 with program-generated letters or symbology.</P>
 
 <CENTER><TABLE WIDTH="80%" BORDER="1" CELLPADDING="5" CELLSPACING="0" 
BGCOLOR="#cccccc">

Modified: trunk/doc-1.1/drawing.html
===================================================================
--- trunk/doc-1.1/drawing.html  2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/drawing.html  2009-11-30 10:29:16 UTC (rev 548)
@@ -437,7 +437,7 @@
 
 <P>Transform a coordinate or a distance trough the current transformation 
matrix.
 After transforming a coordinate pair, it can be added to the vertex
-list without any forther translations using <tt>fl_transformed_vertex</tt>.
+list without any further translations using <tt>fl_transformed_vertex</tt>.
 
 <H4><A NAME=fl_begin_points>void fl_begin_points()
 <BR>void fl_end_points()</A></H4>
@@ -466,7 +466,7 @@
 
 <P>Start and end drawing a complex filled polygon. This polygon
 may be concave, may have holes in it, or may be several
-disconnected pieces. Call <TT>fl_gap()</TT> to seperate loops of
+disconnected pieces. Call <TT>fl_gap()</TT> to separate loops of
 the path. It is unnecessary but harmless to call
 <TT>fl_gap()</TT> before the first vertex, after the last one,
 or several times in a row.

Modified: trunk/doc-1.1/events.html
===================================================================
--- trunk/doc-1.1/events.html   2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/events.html   2009-11-30 10:29:16 UTC (rev 548)
@@ -239,7 +239,7 @@
 <P>FLTK supports drag and drop of text and files from any 
 application on the desktop. Text is transfered using
 the current code page. Files are received as a list of full path
-and file names, seperated by newline. On some platforms, path
+and file names, separated by newline. On some platforms, path
 names are prepended with <tt>file://</tt>.
 
 <P>The drag and drop data is available in <tt>Fl::event_text()</tt> 
@@ -271,7 +271,7 @@
 
 <P>The user has released the mouse button dropping data into 
 the widget. If the widget returns 1, it will receive the data in
-the immediatly following FL_PASTE event.
+the immediately following FL_PASTE event.
 
 <!-- NEED 6in -->
 

Modified: trunk/doc-1.1/examples.html
===================================================================
--- trunk/doc-1.1/examples.html 2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/examples.html 2009-11-30 10:29:16 UTC (rev 548)
@@ -166,7 +166,7 @@
 <tt>colbrowser</tt> runs only on X11 systems. It reads 
 <i>/usr/lib/X11/rgb.txt</i> to show the color representation
 of every text entry in the file. This is beautiful, but
-only moderatly useful unless your UI is written in <i>Motif</i>.
+only moderately useful unless your UI is written in <i>Motif</i>.
 
 <h3><a name="color_chooser">color_chooser</h3>
 The <tt>color_chooser</tt> gives a short demo of FLTK's palette based
@@ -181,7 +181,7 @@
 <tt>CubeView</tt> shows how to create a UI containing OpenGL with Fluid.
 
 <h3><a name="cursor">cursor</h3>
-The <tt>cursor</tt> demo show all mouse cursor shapes that come standard
+The <tt>cursor</tt> demo shows all mouse cursor shapes that come standard
 with FLTK. The <i>fgcolor</i> and <i>bgcolor</i> sliders work only
 on few systems (some version of Irix for example).
 
@@ -195,7 +195,7 @@
 tree can be changed by editing <tt>test/demo.menu</tt>.
 
 <h3><a name="doublebuffer">doublebuffer</h3>
-The <tt>doublebuffer</tt> demo show the difference between a single
+The <tt>doublebuffer</tt> demo shows the difference between a single
 buffered window, which may flicker during a slow redraw, and a 
 double buffered window, which never flickers, but uses twice the
 amount of RAM. Some modern OS's double buffer all windows automatically
@@ -210,7 +210,7 @@
 syntax highlighting and dialog creation. 
 
 <h3><a name="fast_slow">fast_slow</h3>
-<tt>fast_slow</tt> shows how an application can use then <tt>when()</tt>
+<tt>fast_slow</tt> shows how an application can use the <tt>when()</tt>
 setting to receive different kinds of callbacks.
 
 <h3><a name="file_chooser">file_chooser</h3>
@@ -219,7 +219,7 @@
 browser and a fast light implementation.
 
 <h3><a name="fonts">fonts</h3>
-<tt>fonts</tt> show all available text fonts on the host system.
+<tt>fonts</tt> shows all available text fonts on the host system.
 If your machine still has some pixmap based fonts, the supported
 sizes will be shown in bold face. Only the first 256 fonts will 
 be listed.
@@ -227,13 +227,13 @@
 <h3><a name="forms">forms</h3>
 <tt>forms</tt> is an XForms program with very few changes.
 Search for "fltk" to find all changes necessary to port to fltk.
-This demo show the different boxtypes. Note that some
+This demo shows the different boxtypes. Note that some
 boxtypes are not appropriate for some objects.
 
 <h3><a name="fractals">fractals</h3>
 <tt>fractals</tt> shows how to mix OpenGL, Glut and FLTK code.
 FLTK supports a rather large subset of Glut, so that many Glut
-application compile just fine.
+applications compile just fine.
 
 <h3><a name="fullscreen">fullscreen</h3>
 This demo shows how to do many of the window manipulations that
@@ -252,7 +252,7 @@
 easily under FLTK.
 
 <h3><a name="hello">hello</h3>
-<tt>hello</tt>: Hello, World. Need I say maore? Well, maybe. This 
+<tt>hello</tt>: Hello, World. Need I say more? Well, maybe. This 
 tiny demo shows how little is needed to get a functioning application
 running with FLTK. Quite impressive, I'd say.
 
@@ -298,7 +298,7 @@
 
 <h3><a name="label">label</h3>
 Every FLTK widget can have a label attached to it. The <tt>label</tt> 
-demo shows alignment, clipping and wrapping of text labels. Labels
+demo shows alignment, clipping, and wrapping of text labels. Labels
 can contain symbols at the start and end of the text, like <i>@FLTK</i>
 or <i>@circle uh-huh @square</i>.
 
@@ -324,7 +324,7 @@
 arbitrary sub menu depth, and global shortcuts.
 
 <h3><a name="message">message</h3>
-<tt>message</tt> pops up a few of FLTK's standars message boxes.
+<tt>message</tt> pops up a few of FLTK's standard message boxes.
 
 <h3><a name="minimum">minimum</h3>
 The <tt>minimum</tt> test program verifies that the update regions
@@ -342,9 +342,9 @@
 selected from the FLTK standard list of fonts.
 
 <h3><a name="overlay">overlay</h3>
-The <tt>overlay</tt> test app show how easy an FLTK window can
-be layered to display cursor and manipulator style elemnts. This
-example derives a new class from <tt>Fl_Overly_WIndow</tt> and 
+The <tt>overlay</tt> test app shows how easy an FLTK window can
+be layered to display cursor and manipulator style elements. This
+example derives a new class from <tt>Fl_Overlay_WIndow</tt> and 
 provides a new function to draw custom overlays.
 
 <h3><a name="pack">pack</h3>
@@ -376,7 +376,7 @@
 
 <h3><a name="resizebox">resizebox</h3>
 <tt>resizebox</tt> shows some possible ways of FLTK's automatic
-resize bahavior..
+resize behavior.
 
 <h3><a name="resize">resize</h3>
 The <tt>resize</tt> demo tests size and position functions with
@@ -384,7 +384,7 @@
 
 <h3><a name="scroll">scroll</h3>
 <tt>scroll</tt> shows how to scroll an area of widgets, one of
-them beeing a slow custom drawing. <tt>Fl_Scroll</tt> uses 
+them being a slow custom drawing. <tt>Fl_Scroll</tt> uses 
 clipping and smart window area copying to improve redraw speed.
 The buttons at the bottom of the window control decoration rendering
 and updates.
@@ -397,7 +397,7 @@
 <h3><a name="subwindow">subwindow</h3>
 The <tt>subwindow</tt> demo tests messaging and drawing between 
 the main window and 'true' sub windows. A sub window is different
-to a group by resetting the FLTK coordinate stystem to 0, 0 in the
+to a group by resetting the FLTK coordinate system to 0, 0 in the
 top left corner. On Win32 and X11, subwindows have their own 
 operating system specific handle.
 
@@ -425,7 +425,7 @@
 <h3><a name="threads">threads</h3>
 FLTK can be used in a multithreading environment. There are some
 limitations, mostly due to the underlying operating system. 
-<tt>threads</tt> show how to use <tt>Fl::lock()</tt>, 
+<tt>threads</tt> shows how to use <tt>Fl::lock()</tt>, 
 <tt>Fl::unlock()</tt>, and <tt>Fl::awake()</tt> in secondary threads 
 to keep FLTK happy. Although locking works on all platforms, 
 this demo is not available on every machine.
@@ -438,14 +438,14 @@
 <h3><a name="tiled_image">tiled_image</h3>
 The <tt>tiled_image</tt> demo uses an image as the background
 for a window by repeating it over the full size of the widget.
-Thw window is resizable and shows how the image gets repeated.
+The window is resizable and shows how the image gets repeated.
 
 <h3><a name="valuators">valuators</h3>
 <tt>valuators</tt> shows all of FLTK's nifty widgets to change
 numeric values.
 
 <h3><a name="fluid">fluid</h3>
-<tt>fuid</tt> is not only a big test program, but also a very 
+<tt>fluid</tt> is not only a big test program, but also a very 
 useful visual UI designer. Many parts of <tt>fluid</tt> were 
 created using <tt>fluid</tt>.
 

Modified: trunk/doc-1.1/fltk.pdf
===================================================================
(Binary files differ)

Modified: trunk/doc-1.1/fluid.html
===================================================================
--- trunk/doc-1.1/fluid.html    2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/fluid.html    2009-11-30 10:29:16 UTC (rev 548)
@@ -766,7 +766,7 @@
 
 <H4>Layout/Make Same Size/... </H4>
 
-<P>Make all slected widgets the same size as the first selected widget.
+<P>Make all selected widgets the same size as the first selected widget.
 
 <H4>Layout/Center in Group/... </H4>
 

Modified: trunk/doc-1.1/functions.html
===================================================================
--- trunk/doc-1.1/functions.html        2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/functions.html        2009-11-30 10:29:16 UTC (rev 548)
@@ -375,6 +375,10 @@
 
 <P>Same as <tt>fl_message()</tt> except for the &quot;!&quot; symbol.
 
+<p><b>Note:&nbsp;</b>Common dialog boxes are application modal.
+No more than one common dialog box can be open at any time.
+Requests for additional dialog boxes are ignored.</p>
+
 <P ALIGN=CENTER><IMG src="fl_alert.gif" ALT="The fl_alert window">
 
 
@@ -399,16 +403,22 @@
 
 <P>Displays a printf-style message in a pop-up box with an
 &quot;Yes&quot; and &quot;No&quot; button and waits for the user
-to hit a button. The return value is 1 if the user hits Yes, 0
-if they pick No. The enter key is a shortcut for Yes and ESC is
-a shortcut for No.
+to hit a button. The return value is 1 if the user hits Yes,
+0 if they pick No or another dialog box is still open.
 
+The enter key is a shortcut for Yes and ESC is a shortcut for No.
+
+<p><b>Note:&nbsp;</b>Common dialog boxes are application modal. 
+No more than one common dialog box can be open at any time.
+Requests for additional dialog boxes are ignored.</p>
+
+
 <P ALIGN="CENTER"><IMG SRC="fl_ask.gif" ALT="The fl_ask window.">
 
-<p><b>Note:</b> Use of this function is <i>strongly</i>
-discouraged, and it will be removed in FLTK 2.0. Instead, use <a
-href='#fl_choice2'><tt>fl_choice()</tt></a> instead and provide
-unambiguous verbs in place of "Yes" and "No".</p>
+<p><b>Note:&nbsp;</b>Use of this function is <i>strongly</i>
+discouraged, and it will be removed in a later FLTK release.
+Instead, use <a href='#fl_choice2'><tt>fl_choice()</tt></a> and
+provide unambiguous verbs in place of "Yes" and "No".</p>
 
 <!-- NEED 4in -->
 <H2><A name="fl_beep">fl_beep</A></H2>
@@ -476,11 +486,16 @@
 
 <P>Shows the message with three buttons below it marked with the
 strings <tt> b0</tt>, <tt>b1</tt>, and <tt>b2</tt>. Returns 0,
-1, or 2 depending on which button is hit. ESC is a shortcut for
+if button 0 is hit or another dialog box is still open. Returns
+1 or 2 for buttons 1 or 2, respectively. ESC is a shortcut for
 button 0 and the enter key is a shortcut for button 1. Notice
 the buttons are positioned &quot;backwards&quot;. You can hide
 buttons by passing <tt>NULL</tt> as their labels.
 
+<p><b>Note:&nbsp;</b>Common dialog boxes are application modal.
+No more than one common dialog box can be open at any time.
+Requests for additional dialog boxes are ignored.</p>
+
 <P ALIGN="CENTER"><IMG SRC="fl_choice.gif" ALT="The fl_choice window.">
 
 
@@ -1212,13 +1227,18 @@
 
 <H3>Description</H3>
 
-<P>Pops up a window displaying a string, lets the user edit it,
-and return the new value. The cancel button returns
-<tt>NULL</tt>. <I>The returned pointer is only valid until the
-next time <tt>fl_input()</tt> is called</I>. Due to
-back-compatability, the arguments to any printf commands in the
-label are after the default value.
+<P>Pops up a window displaying a string, lets the user edit it, and
+returns the new value. The function returns <tt>NULL</tt> if the
+<b>Cancel</b> button is hit or another dialog box is still open.
+<I>The returned pointer is only valid until the
+next time <tt>fl_input()</tt> is called</I>.
+Due to back-compatibility, the arguments to any printf commands
+in the label are after the default value.
 
+<p><b>Note:&nbsp;</b>Common dialog boxes are application modal.
+No more than one common dialog box can be open at any time.
+Requests for additional dialog boxes are ignored.</p>
+
 <P ALIGN=CENTER><IMG SRC="fl_input.gif" ALT="The fl_input window.">
 
 
@@ -1271,6 +1291,10 @@
 
 <P>The message text is limited to 1024 characters.
 
+<p><b>Note:&nbsp;</b>Common dialog boxes are application modal.
+No more than one common dialog box can be open at any time.
+Requests for additional dialog boxes are ignored.</p>
+
 <P ALIGN="CENTER"><IMG src="fl_message.gif" ALT="The fl_message window.">
 
 
@@ -1366,11 +1390,15 @@
 
 <H3>Description</H3>
 
-<P>Same as <tt>fl_input()</tt>, except an <A
-href=Fl_Secret_Input.html><tt>Fl_Secret_Input</tt></A> field is
-used.
+<P>Same as <tt>fl_input()</tt>, except an
+<A href=Fl_Secret_Input.html><tt>Fl_Secret_Input</tt></A>
+field is used.
 
+<p><b>Note:&nbsp;</b>Common dialog boxes are application modal.
+No more than one common dialog box can be open at any time.
+Requests for additional dialog boxes are ignored.</p>
 
+
 <!-- NEED 4in -->
 <H2><A NAME="fl_register_images">fl_register_images</A></H2>
 

Modified: trunk/doc-1.1/index.html
===================================================================
--- trunk/doc-1.1/index.html    2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/index.html    2009-11-30 10:29:16 UTC (rev 548)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
        <META NAME="robots" CONTENT="noindex">
-       <TITLE>FLTK 1.1.9 Programming Manual</TITLE>
+       <TITLE>FLTK 1.1.10 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.9 Programming Manual</H1>
-       <P>Revision 8 by Michael Sweet, Craig P. Earls,<br>Matthias Melcher, 
and Bill Spitzak<BR>
-       Copyright 1998-2008 by Bill Spitzak and others.</P>
+       <H1>FLTK 1.1.10 Programming Manual</H1>
+       <P>Revision 10 by Michael Sweet, Craig P. Earls,<br>Matthias Melcher, 
and Bill Spitzak<BR>
+       Copyright 1998-2009 by Bill Spitzak and others.</P>
        </TD>
 </TR>
 <TR>

Modified: trunk/doc-1.1/intro.html
===================================================================
--- trunk/doc-1.1/intro.html    2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/intro.html    2009-11-30 10:29:16 UTC (rev 548)
@@ -64,7 +64,7 @@
 Forms objects. Since it was incompatible anyway, Bill decided
 to incorporate his older ideas as  much as possible by
 simplifying the lower level interface and the event passing
-mechanisim.</P>
+mechanism.</P>
 
 <P>Bill received permission to release it for free on the
 Internet, with the GNU general public license. Response from
@@ -327,9 +327,10 @@
          [source code]
 
        <DT>FTP
-       <DD><A HREF="ftp://ftp.fltk.org/pub/fltk";>California, USA 
(ftp.fltk.org)</A>
-       <DD><A HREF="ftp://ftp2.fltk.org/pub/fltk";>Maryland, USA 
(ftp2.fltk.org)</A>
-       <DD><A 
HREF="ftp://ftp.funet.fi/pub/mirrors/ftp.fltk.org/pub/fltk";>Espoo, Finland 
(ftp.funet.fi)</A>
+       <DD><A HREF="http://ftp.easysw.com/pub/fltk";>California, USA, 
(http://ftp.easysw.com)</A>
+       <DD><A HREF="ftp://ftp.easysw.com/pub/fltk";>California, USA 
(ftp://ftp.easysw.com)</A>
+       <DD><A HREF="ftp://ftp2.easysw.com/pub/fltk";>Maryland, USA 
(ftp2.easysw.com)</A>
+       <DD><A 
HREF="ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk";>Espoo, Finland 
(ftp.funet.fi)</A>
        <DD><A 
HREF="ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk";>Germany
 (linux.mathematik.tu-darmstadt.de)</A>
        <DD><A HREF="ftp://gd.tuwien.ac.at/hci/fltk";>Austria 
(gd.tuwien.ac.at)</A>
 

Modified: trunk/doc-1.1/preface.html
===================================================================
--- trunk/doc-1.1/preface.html  2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/preface.html  2009-11-30 10:29:16 UTC (rev 548)
@@ -1,16 +1,16 @@
 <HTML>
 <HEAD>
        <META CONTENT="Written by Michael Sweet, Craig P. Earls, Matthias 
Melcher, and Bill Spitzak" NAME="Author">
-       <META CONTENT="Copyright 1998-2008 by Bill Spitzak and Others." 
NAME="Copyright">
-       <META CONTENT="Revision 8" NAME="DocNumber">
-       <TITLE>FLTK 1.1.9 Programming Manual</TITLE>
+       <META CONTENT="Copyright 1998-2009 by Bill Spitzak and Others." 
NAME="Copyright">
+       <META CONTENT="Revision 10" NAME="DocNumber">
+       <TITLE>FLTK 1.1.10 Programming Manual</TITLE>
 </HEAD>
 <BODY>
 
 <H1 ALIGN="RIGHT"><A NAME="preface">Preface</A></H1>
 
 <P>This manual describes the Fast Light Tool Kit (&quot;FLTK&quot;)
-version 1.1.9, a C++ Graphical User Interface
+version 1.1.10, a C++ Graphical User Interface
 (&quot;GUI&quot;) 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
@@ -103,7 +103,7 @@
 
 <H2>Copyrights and Trademarks</H2>
 
-<P>FLTK is Copyright 1998-2006 by Bill Spitzak and others.  Use and
+<P>FLTK is Copyright 1998-2009 by Bill Spitzak and others.  Use and
 distribution of FLTK is governed by the GNU Library General Public
 License, located in <A HREF="license.html#license">Appendix H</A>.</P>
 

Modified: trunk/doc-1.1/subclassing.html
===================================================================
--- trunk/doc-1.1/subclassing.html      2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/subclassing.html      2009-11-30 10:29:16 UTC (rev 548)
@@ -162,10 +162,10 @@
 . This value had to be provided for Forms compatibility, but you can
 use it for any purpose you want.  Try to keep the value less than 100
 to not interfere with reserved values.
-<P>FLTK does not use RTTI (Run Time Typing Infomation), to enhance
+<P>FLTK does not use RTTI (Run Time Typing Information), to enhance
 portability.  But this may change in the near future if RTTI becomes
 standard everywhere. </P>
-<P>If you don't have RTTI you can use the clumsy FLTK mechanisim, by
+<P>If you don't have RTTI you can use the clumsy FLTK mechanism, by
 having <TT>type()</TT> use a unique value.  These unique values must
 be greater than the symbol <TT>FL_RESERVED_TYPE</TT> (which is 100).
 Look through the header files for <TT>FL_RESERVED_TYPE</TT> to find an

Modified: trunk/doc-1.1/toc.html
===================================================================
--- trunk/doc-1.1/toc.html      2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/doc-1.1/toc.html      2009-11-30 10:29:16 UTC (rev 548)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
        <META NAME="robots" CONTENT="noindex">
-       <TITLE>FLTK 1.1.9 Programming Manual</TITLE>
+       <TITLE>FLTK 1.1.10 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.9 Programming Manual</H1>
-       <P>Revision 8 by Michael Sweet, Craig P. Earls,<br>Matthias Melcher, 
and Bill Spitzak<BR>
-       Copyright 1998-2008 by Bill Spitzak and others.</P>
+       <H1>FLTK 1.1.10 Programming Manual</H1>
+       <P>Revision 10 by Michael Sweet, Craig P. Earls,<br>Matthias Melcher, 
and Bill Spitzak<BR>
+       Copyright 1998-2009 by Bill Spitzak and others.</P>
        </TD>
 </TR>
 <TR>

Modified: trunk/documentation.php
===================================================================
--- trunk/documentation.php     2009-11-29 11:32:24 UTC (rev 547)
+++ trunk/documentation.php     2009-11-30 10:29:16 UTC (rev 548)
@@ -195,7 +195,7 @@
                        <li><a href='comment.php?L+Pdoc-1.1'>Show all 1.1 
comments.</a></li>
                </ul></li>
                <li><a href='doc-1.1/toc.html'>HTML</a></li>
-               <li><a href='doc-1.1/fltk.pdf'>PDF</a> (418 pages, 1288k)</li>
+               <li><a href='doc-1.1/fltk.pdf'>PDF</a> (418 pages, 1290k)</li>
        </ul>&nbsp;</li>
 
        <li><b>FLTK 1.3.x</b>

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to