From ef3cd23883a8ab026f1ceac3fd2b823d405f3d82 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 20 Nov 2004 15:58:52 +0000 Subject: Update find_item() docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Menu_.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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() setting (so don't destroy the widget!)

const Fl_Menu_Item *Fl_Menu_::find_item(const char *name);

-

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.

+

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.

int Fl_Menu_::item_pathname(char *name, int namelen ) const;
int Fl_Menu_::item_pathname(char *name, int namelen, -- cgit v1.2.3