From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 20:25:36 +0000 Subject: Documentation updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Box.html | 5 +++-- documentation/Fl_Choice.html | 3 ++- documentation/Fl_Clock.html | 3 ++- documentation/Fl_Color_Chooser.html | 13 +++++++++++-- documentation/Fl_Counter.html | 1 + documentation/Fl_Dial.html | 3 ++- documentation/Fl_Gl_Window.html | 9 +++------ documentation/Fl_Group.html | 4 ++-- documentation/Fl_Input_.html | 2 +- documentation/Fl_Menu_.html | 4 ++-- documentation/Fl_Menu_Item.html | 2 +- documentation/Fl_Multiline_Input.html | 4 ++-- documentation/Fl_Output.html | 1 - documentation/Fl_Pack.html | 35 +++-------------------------------- documentation/Fl_Roller.html | 3 ++- documentation/Fl_Scroll.html | 4 ++-- documentation/Fl_Scrollbar.html | 3 ++- documentation/Fl_Secret_Input.html | 6 +++--- documentation/Fl_Slider.html | 5 +++-- documentation/Fl_Valuator.html | 2 +- documentation/Fl_Value_Input.html | 3 ++- documentation/Fl_Value_Output.html | 3 ++- documentation/Fl_Widget.html | 18 +++++++++--------- documentation/Fl_Window.html | 11 +++++------ documentation/basics.html | 2 +- documentation/common.html | 12 ++++++------ documentation/drawing.html | 20 ++++++++++---------- documentation/editor.html | 4 ++-- documentation/enumerations.html | 6 +++--- documentation/events.html | 20 ++++++++++---------- documentation/fluid.html | 2 +- documentation/functions.html | 16 ++++++++-------- documentation/intro.html | 2 +- documentation/opengl.html | 6 +++--- documentation/osissues.html | 8 ++++---- documentation/subclassing.html | 8 ++++---- 36 files changed, 119 insertions(+), 134 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Box.html b/documentation/Fl_Box.html index ccc593b17..74ad9b67a 100644 --- a/documentation/Fl_Box.html +++ b/documentation/Fl_Box.html @@ -31,9 +31,10 @@ const char * = 0) char *) The first constructor sets box() to FL_NO_BOX, which means it is invisible. However such widgets are useful as placeholders -or Fl_Group::resizable() +or Fl_Group::resizable() values. To change the box to something visible, use box(n).

The second form of the constructor sets the box to the specified box type.

Fl_Box::~Fl_Box(void)

- The destructor removes the box. \ No newline at end of file +The destructor removes the box. + diff --git a/documentation/Fl_Choice.html b/documentation/Fl_Choice.html index c13d95ddb..627e8fbda 100644 --- a/documentation/Fl_Choice.html +++ b/documentation/Fl_Choice.html @@ -38,6 +38,7 @@ putting a '&' character in the label(). See Typing the shortcut() of any of the items will do exactly the same as when you pick the item with the mouse. The '&' character in item names are only looked at when the menu is popped up, however.

+

Fl_Choice widget.

Methods