diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-14 22:14:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-14 22:14:01 +0000 |
| commit | 46f509f7de8b069eccaa081bbb7112a532c33e51 (patch) | |
| tree | c4f21d1d9169624f784eb3e67ac4850d871210fb /documentation/Fl_Menu_.html | |
| parent | a98c49d088c9101fea4ac8fd544f42249be1a8fd (diff) | |
More image updates, minor typos, etc.
git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Menu_.html')
| -rw-r--r-- | documentation/Fl_Menu_.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html index 93fafc7e7..3120ccb76 100644 --- a/documentation/Fl_Menu_.html +++ b/documentation/Fl_Menu_.html @@ -96,9 +96,9 @@ focus when you type it. This is done by using <A href=osissues.html#add_handler <TT>Fl::add_handler()</TT></A>. This <TT>Fl_Menu_</TT> widget does not have to be visible (ie the window it is in can be hidden, or it does not have to be put in a window at all). -<P>Currently there can be only one <TT>global()<TT>menu. Setting a new +<P>Currently there can be only one <TT>global()</TT>menu. Setting a new one will replace the old one. There is no way to remove the <TT> -global()</TT> setting (including destroying the menu). </TT></TT></P> +global()</TT> setting (including destroying the menu). </TT></P> <H4><A name=Fl_Menu_.text>const char* Fl_Menu_::text() const <BR> const char* Fl_Menu_::text(int i) const</A></H4> Returns the title of the last item chosen, or of item <TT>i</TT>. @@ -160,4 +160,4 @@ Fl_Menu_</TT> widget if it uses it's own array. 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>
\ No newline at end of file +FL_WHITE</TT>, for back compatability. </BODY></HTML> |
