summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-06 00:12:15 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-06 00:12:15 +0000
commit2bbf66c7a4893b85fda7331051a945ff90d3585e (patch)
tree66ea4cc27a27d523e0706003ee0dd862a3a51d79 /documentation
parent2579ae8d1b48a6c43b631be99a5a189515df7f00 (diff)
Clarify Fl_Choice callback description (STR #692)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Choice.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/Fl_Choice.html b/documentation/Fl_Choice.html
index 266c217d5..8644e0b73 100644
--- a/documentation/Fl_Choice.html
+++ b/documentation/Fl_Choice.html
@@ -27,8 +27,11 @@ outside the box. However, since the use of this is most often to
control a single variable rather than do individual callbacks, some of
the <TT>Fl_Menu_Button</TT> methods are redescribed here in those
terms. </P>
-<P>When the user picks an item off the menu the <TT>value()</TT> is set
-to that item and then the callback is done. </P>
+<P>When the user picks an item off the menu the <TT>value()</TT>
+is set to that item and then the item's callback is done with
+the menu_button as the <TT>Fl_Widget*</TT> argument. If the
+item does not have a callback the menu_button's callback is done
+instead. </P>
<P>All three mouse buttons pop up the menu. The Forms behavior of the
first two buttons to increment/decrement the choice is not implemented.
This could be added with a subclass, however. </P>