summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-11-20 15:58:52 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-11-20 15:58:52 +0000
commitef3cd23883a8ab026f1ceac3fd2b823d405f3d82 (patch)
tree147ebc83c250d4b32fc79f5340766d515d53ca36 /documentation
parent696e2d32191aee9cb0fc8d1a2d8c9f63eb3aacd2 (diff)
Update find_item() docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Menu_.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html
index 70d9a83a6..2a94a7f82 100644
--- a/documentation/Fl_Menu_.html
+++ b/documentation/Fl_Menu_.html
@@ -233,9 +233,9 @@ global()</TT> setting (so don't destroy the widget!)</P>
<h4><a name="Fl_Menu_.find_item">const Fl_Menu_Item *Fl_Menu_::find_item(const char *name);</a></h4>
-<p>Returns a pointer to the menu item with the given pathname or
-label. If no matching menu item can be found, a NULL pointer is
-returned.</p>
+<p>Returns a pointer to the menu item with the given (full)
+pathname. If no matching menu item can be found, a NULL pointer
+is returned.</p>
<h4><a name=Fl_Menu_.item_pathname>int Fl_Menu_::item_pathname(char *name, int namelen ) const;</a><br>
int Fl_Menu_::item_pathname(char *name, int namelen,