From 59c96f54635aed579fcb40a1980ff3694af46bd8 Mon Sep 17 00:00:00 2001
From: Bill Spitzak
Date: Wed, 27 Jan 1999 08:45:11 +0000
Subject: Fixes to documentation. Restored the lines drawn around symbols, it
uses fl_color_average to pick a dark line color that is still deactivatable.
Requested by CE.
git-svn-id: file:///fltk/svn/fltk/trunk@249 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Menu_Item.html | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
(limited to 'documentation/Fl_Menu_Item.html')
diff --git a/documentation/Fl_Menu_Item.html b/documentation/Fl_Menu_Item.html
index 6ab539dc6..7d3ca8820 100644
--- a/documentation/Fl_Menu_Item.html
+++ b/documentation/Fl_Menu_Item.html
@@ -5,9 +5,7 @@
Class Hierarchy
-Fl_Widget
- |
- +----Fl_Menu_Item----Fl_Menu_
+struct Fl_Menu_Item
Include Files
@@ -17,9 +15,11 @@
Description
- The Fl_Menu_Item structure defines a single menu item that is
-used by the Fl_Menu_ class. This structure is defined in
-<FL/Fl_Menu_Item.H>
+
+The Fl_Menu_Item structure defines a single menu item that
+is used by the Fl_Menu_ class. This
+structure is defined in <FL/Fl_Menu_Item.H>
+
struct Fl_Menu_Item {
@@ -134,9 +134,10 @@ releases of FLTK.
void Fl_Menu_Item::label(const char*)
void Fl_Menu_Item::label(Fl_Labeltype, const char*)
This is the title of the item. A NULL here indicates the end
-of the menu (or of a submenu). A ''in the item will print an
+of the menu (or of a submenu). A '&' in the item will print an
underscore under the next letter, and if the menu is popped up that
-letter will be a "shortcut" to pick that item. To get a real ''put two
+letter will be a "shortcut" to pick that item. To get a
+real '&' put two
in a row.