summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-04-06 17:38:36 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-04-06 17:38:36 +0000
commit7fdbfc61bee6b6a22c6c24fbd80a79cf08cdd51e (patch)
tree88b73cfa5babd7f0178b21f88ffc321f0bf9b16e /documentation
parent4e0450ea36afc824a57502de155165c357d72900 (diff)
More doco updates.
FLUID's Layout->Center In Group functionality did not properly handle widgets that were children of a Fl_Window widget (STR #318) The Fl_Text_Display destructor did not remove the predelete callback associated with the current buffer (STR #332) Fixed several bugs in the MacOS X Fl::add_fd() handling (STR #333, STR #337) The Fl_Text_Display widget did not display selections set by the application (STR #322) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3299 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Menu_.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html
index 5aee92324..f9734599f 100644
--- a/documentation/Fl_Menu_.html
+++ b/documentation/Fl_Menu_.html
@@ -45,7 +45,7 @@ be "private": a dynamically allocated array managed by the Fl_Menu_.
<LI><A href=#Fl_Menu_.copy>copy</A></LI>
<LI><A href=#Fl_Menu_.down_box>down_box</A></LI>
<LI><A href=#Fl_Menu_.global>global</A></LI>
-<LI><A href=#Fl_Menu_.item_pathname>global</A></LI>
+<LI><A href=#Fl_Menu_.item_pathname>item_pathname</A></LI>
<LI><A href=#Fl_Menu_.menu>menu</A></LI>
</UL>
</TD><TD align=left valign=top>
@@ -146,12 +146,13 @@ that the new entry was placed at.</P>
FL_CTRL+'A') or a string describing the shortcut in one of two ways:</p>
<pre>
- [#+^]<ascii_value>     eg. "97", "^97", "+97", "#97"
- [#+^]<ascii_char>      eg. "a", "^a", "+a", "#a"
+ [#+^]&lt;ascii_value&gt;  eg. "97", "^97", "+97", "#97"
+ [#+^]&lt;ascii_char&gt;  eg. "a", "^a", "+a", "#a"
</pre>
-..where <ascii_value> is a decimal value representing an ascii character
-(eg. 97 is the ascii for 'a'), and the optional prefixes enhance the value
-that follows. Multiple prefixes must appear in the above order.
+..where &lt;ascii_value&gt; is a decimal value representing an
+ascii character (eg. 97 is the ascii for 'a'), and the optional
+prefixes enhance the value that follows. Multiple prefixes must
+appear in the above order.
<pre>
# - Alt
+ - Shift
@@ -215,7 +216,7 @@ not have to be put in a window at all).
one will replace the old one. There is no way to remove the <TT>
global()</TT> setting (so don't destroy the widget!)</P>
-<h4><a name='Fl_Menu_.item_pathnaem'>int Fl_Menu_::item_pathname(char *name, int namelen ) const;</a><br>
+<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>