From add808d7c28d572090846322575f0a85a1f70ff4 Mon Sep 17 00:00:00 2001
From: Bill Spitzak
Date: Mon, 19 Apr 1999 07:01:24 +0000
Subject: Changes to Fl_Menu_::add() so that you should be able to add to any
menu, including one that was set with menu(). It copies the static menu if
necessary and keeps track of the size of the menu so it can reallocate the
array exactly when necessary.
This should make modifying the items in a menu much more predictable and
usefule.
I don't know if these changes will go cleanly into 2.0. Probably not.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@550 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Menu_Item.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'documentation/Fl_Menu_Item.html')
diff --git a/documentation/Fl_Menu_Item.html b/documentation/Fl_Menu_Item.html
index 3ae3a389e..68edf053d 100644
--- a/documentation/Fl_Menu_Item.html
+++ b/documentation/Fl_Menu_Item.html
@@ -274,7 +274,7 @@ provided to position the menu. The menu is made at least W
found, the menu is aligned just below the rectangle (like a pulldown
menu).
The title and menubar arguments are used
-internally by the Fl_Menu_ widget.
+internally by the Fl_Menu_Bar widget.
This is designed to be called by a widgets handle() method in
--
cgit v1.2.3