diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-26 21:36:02 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-26 21:36:02 +0000 |
| commit | b983b285cc4f0627a1f72c9d6c510047af0ad116 (patch) | |
| tree | 1b2356a291e2360885e733fef47b40f5983ff9da /documentation/Fl_Menu_Item.html | |
| parent | 43a4c224ef4831fe33bc1ed649e6498313205eb3 (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.html | 16 |
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[] = { - {", FL_ALT+'a', the_cb, (void*)1}, - {", FL_ALT+'b', the_cb, (void*)2}, + {"&alpha", FL_ALT+'a', the_cb, (void*)1}, + {"&beta", FL_ALT+'b', the_cb, (void*)2}, {"gamma", FL_ALT+'c', the_cb, (void*)3, FL_MENU_DIVIDER}, - {", 0, strange_cb}, - {", 0, charm_cb}, - {", 0, truth_cb}, - {"b, 0, beauty_cb}, - {"sub, 0, 0, 0, FL_SUBMENU}, + {"&strange", 0, strange_cb}, + {"&charm", 0, charm_cb}, + {"&truth", 0, truth_cb}, + {"b&eauty", 0, beauty_cb}, + {"sub&menu", 0, 0, 0, FL_SUBMENU}, {"one"}, {"two"}, {"three"}, @@ -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> |
