summaryrefslogtreecommitdiff
path: root/documentation/Fl_Menu_Button.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
commit46f509f7de8b069eccaa081bbb7112a532c33e51 (patch)
treec4f21d1d9169624f784eb3e67ac4850d871210fb /documentation/Fl_Menu_Button.html
parenta98c49d088c9101fea4ac8fd544f42249be1a8fd (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_Button.html')
-rw-r--r--documentation/Fl_Menu_Button.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Fl_Menu_Button.html b/documentation/Fl_Menu_Button.html
index f3b7eaac0..b1df98060 100644
--- a/documentation/Fl_Menu_Button.html
+++ b/documentation/Fl_Menu_Button.html
@@ -20,7 +20,7 @@
This is a button that when pushed pops up a menu (or hierarchy of
menus) defined by an array of <A href=Fl_Menu_Item.html#Fl_Menu_Item><TT>
Fl_Menu_Item</TT></A> objects.
-<P><IMG src=./menu_button.gif></P>
+<P ALIGN=CENTER><IMG src=menu_button.gif></P>
<P>Normally any mouse button will pop up a menu and it is lined up
below the button as shown in the picture. However an <TT>Fl_Menu_Button</TT>
may also control a pop-up menu. This is done by setting the <TT>type()</TT>
@@ -59,8 +59,8 @@ its menu items.
shortcut key. The menu appears, it waits for the user to pick an item,
and if they pick one it sets <TT>value()</TT> and does the callback or
sets <TT>changed()</TT> as described above. The menu item is returned
-or <TT>NULL<TT>if the user dismisses the menu.
-<H4><A name=Fl_Menu_Button.type>void Fl_Widget::type(uchar)</A></H4>
+or <TT>NULL</TT>if the user dismisses the menu.
+<H4><A name=Fl_Menu_Button.type>void Fl_Menu_Button::type(uchar)</A></H4>
If <TT>type()</TT> is zero a normal menu button is produced. If it is
nonzero then this is a pop-up menu. The bits in <TT>type()</TT>
indicate what mouse buttons pop up the menu. For convienece the
@@ -76,4 +76,4 @@ widgets covering different areas for context-sensitive popup menus. </P>
selected item. This is a <I>feature</I>. If you don't like it, do <TT>
value(0)</TT> after the menu items are picked to forget the current
item. </P>
-</TT></TT></BODY></HTML> \ No newline at end of file
+</BODY></HTML>