summaryrefslogtreecommitdiff
path: root/documentation/Fl_Menu_Item.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 21:36:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-26 21:36:02 +0000
commitb983b285cc4f0627a1f72c9d6c510047af0ad116 (patch)
tree1b2356a291e2360885e733fef47b40f5983ff9da /documentation/Fl_Menu_Item.html
parent43a4c224ef4831fe33bc1ed649e6498313205eb3 (diff)
Lots of documentation fixes, and added a new image for the Fluid chapter.
git-svn-id: file:///fltk/svn/fltk/trunk@244 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Menu_Item.html')
-rw-r--r--documentation/Fl_Menu_Item.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/Fl_Menu_Item.html b/documentation/Fl_Menu_Item.html
index bdce5feb9..6ab539dc6 100644
--- a/documentation/Fl_Menu_Item.html
+++ b/documentation/Fl_Menu_Item.html
@@ -52,14 +52,14 @@ enum { // values for flags:
<TR valign=top><TD><IMG align=left src=./menu.gif></TD><TD>
<PRE>
Fl_Menu_Item popup[] = {
- {&quot;, FL_ALT+'a', the_cb, (void*)1},
- {&quot;, FL_ALT+'b', the_cb, (void*)2},
+ {&quot;&amp;alpha&quot;, FL_ALT+'a', the_cb, (void*)1},
+ {&quot;&amp;beta&quot;, FL_ALT+'b', the_cb, (void*)2},
{&quot;gamma&quot;, FL_ALT+'c', the_cb, (void*)3, FL_MENU_DIVIDER},
- {&quot;, 0, strange_cb},
- {&quot;, 0, charm_cb},
- {&quot;, 0, truth_cb},
- {&quot;b, 0, beauty_cb},
- {&quot;sub, 0, 0, 0, FL_SUBMENU},
+ {&quot;&amp;strange&quot;, 0, strange_cb},
+ {&quot;&amp;charm&quot;, 0, charm_cb},
+ {&quot;&amp;truth&quot;, 0, truth_cb},
+ {&quot;b&amp;eauty&quot;, 0, beauty_cb},
+ {&quot;sub&amp;menu&quot;, 0, 0, 0, FL_SUBMENU},
{&quot;one&quot;},
{&quot;two&quot;},
{&quot;three&quot;},
@@ -292,4 +292,4 @@ Fl_Menu_Item::next(int n=1) const
<BR> Fl_Menu_Item* Fl_Menu_Item::next(int n=1);</A></H4>
Advance a pointer by <TT>n</TT> items through a menu array, skipping
the contents of submenus and invisible items. There are two calls so
-that you can advance through const and non-const data. </BODY></HTML> \ No newline at end of file
+that you can advance through const and non-const data. </BODY></HTML>