summaryrefslogtreecommitdiff
path: root/documentation/Fl_Menu_.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-02-09 18:46:32 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-02-09 18:46:32 +0000
commit1fc314c5dbf3063192ef3b1377936388dd7ae2be (patch)
treea15f5a6d4092f12b1e11e894016a8231257f6199 /documentation/Fl_Menu_.html
parent3439748eaf61f9e6af7c8a3df3cf042828e60532 (diff)
Fix HTML errors.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5685 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Menu_.html')
-rw-r--r--documentation/Fl_Menu_.html5
1 files changed, 2 insertions, 3 deletions
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 <TT>FL_NO_BOX</TT> then it acts like <TT>
FL_THIN_UP_BOX</TT> and <TT>selection_color()</TT> acts like <TT>
-FL_WHITE</TT>, for back compatability. </BODY></HTML>
+FL_WHITE</TT>, for back compatability.
<h4><a name="Fl_Menu_.find_item">const Fl_Menu_Item *Fl_Menu_::find_item(const char *name);</a></h4>
@@ -186,8 +186,7 @@ via FL_SUBMENU_POINTER.</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,
- const Fl_Menu_Item *finditem) const;</h4>
+int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const;</h4>
<p>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.