From 1fc314c5dbf3063192ef3b1377936388dd7ae2be Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 9 Feb 2007 18:46:32 +0000 Subject: Fix HTML errors. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5685 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Menu_.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'documentation/Fl_Menu_.html') diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html index fb72bff7c..9f04267f7 100644 --- a/documentation/Fl_Menu_.html +++ b/documentation/Fl_Menu_.html @@ -174,7 +174,7 @@ given value. This box type is used to surround the currently-selected items in the menus. If this is FL_NO_BOX then it acts like FL_THIN_UP_BOX and selection_color() acts like -FL_WHITE, for back compatability. +FL_WHITE, for back compatability.

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

@@ -186,8 +186,7 @@ via FL_SUBMENU_POINTER.

int Fl_Menu_::item_pathname(char *name, int namelen ) const;
-int Fl_Menu_::item_pathname(char *name, int namelen, - const Fl_Menu_Item *finditem) const;

+int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const;

Returns the 'menu pathname' (eg. "File/Quit") for the recently picked item in user supplied string 'name'. Useful in the callback function for a menu item, to determine the last picked item's 'menu pathname' string. -- cgit v1.2.3