summaryrefslogtreecommitdiff
path: root/FL/Fl_Menu_.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Menu_.H')
-rw-r--r--FL/Fl_Menu_.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H
index b6a4e1577..7eb37cda7 100644
--- a/FL/Fl_Menu_.H
+++ b/FL/Fl_Menu_.H
@@ -36,7 +36,8 @@
array may either be supplied directly by the user program, or it may
be "private": a dynamically allocated array managed by the Fl_Menu_.
- When the user clicks a menu item:
+ When the user clicks a menu item, value() is set to that item
+ and then:
- If the Fl_Menu_Item has a callback set, that callback
is invoked with any userdata configured for it.