From e07da88179cf18b98fd68a5b6515955d87729b6b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 24 Mar 2002 17:26:00 +0000 Subject: Doco updates for 1.1. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2009 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Input_.html | 6 +- documentation/Fl_Output.html | 4 +- documentation/basics.html | 17 +- documentation/common.html | 6 +- documentation/fluid-catgets.gif | Bin 4882 -> 7626 bytes documentation/fluid-gettext.gif | Bin 4866 -> 7630 bytes documentation/fluid.html | 1311 +++++++++++++++++++++------------- documentation/fluid_prefs.gif | Bin 4265 -> 6875 bytes documentation/fluid_widget_cxx.gif | Bin 5620 -> 8154 bytes documentation/fluid_widget_gui.gif | Bin 7886 -> 10463 bytes documentation/fluid_widget_style.gif | Bin 5262 -> 7653 bytes documentation/intro.html | 9 +- documentation/opengl.html | 2 +- documentation/preface.html | 4 +- documentation/widgets.html | 9 +- fluid/Fl_Widget_Type.cxx | 6 +- 16 files changed, 862 insertions(+), 512 deletions(-) diff --git a/documentation/Fl_Input_.html b/documentation/Fl_Input_.html index 18790d0ea..46a74a973 100644 --- a/documentation/Fl_Input_.html +++ b/documentation/Fl_Input_.html @@ -1,6 +1,6 @@ -

class Fl_Input_

+

class Fl_Input_


Class Hierarchy

- + + diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 68d9d96ba..5e7d56ae0 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.11 2002/01/01 15:11:29 easysw Exp $" +// "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.12 2002/03/24 17:26:00 easysw Exp $" // // Widget type code for the Fast Light Tool Kit (FLTK). // @@ -591,7 +591,7 @@ void down_box_cb(Fl_Choice* i, void *v) { //////////////////////////////////////////////////////////////// Fl_Menu_Item whenmenu[] = { - {"never",0,0,(void*)ZERO_ENTRY}, + {"Never",0,0,(void*)ZERO_ENTRY}, {"Release",0,0,(void*)FL_WHEN_RELEASE}, {"Changed",0,0,(void*)FL_WHEN_CHANGED}, {"Enter key",0,0,(void*)FL_WHEN_ENTER_KEY}, @@ -1974,5 +1974,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.11 2002/01/01 15:11:29 easysw Exp $". +// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.16.2.12 2002/03/24 17:26:00 easysw Exp $". // -- cgit v1.2.3