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_Choice.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'documentation/Fl_Choice.html')
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.
+
Methods
- Fl_Choice
@@ -77,4 +78,4 @@ callback can turn it back on if desired).
void Fl_Choice::down_box(Fl_Boxtype b)
The first form gets the current down box, which is used when the menu
is popped up. The default down box type is FL_DOWN_BOX The
-second form sets the current down box type to b.