diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-04-19 07:01:24 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-04-19 07:01:24 +0000 |
| commit | add808d7c28d572090846322575f0a85a1f70ff4 (patch) | |
| tree | 0b582cc4ffc05e68c7c214b2d1f51bc52c0db9b9 /documentation/Fl_Menu_Item.html | |
| parent | 405f8fba3a14a50bd0340be93eb39e1ede938112 (diff) | |
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
Diffstat (limited to 'documentation/Fl_Menu_Item.html')
| -rw-r--r-- | documentation/Fl_Menu_Item.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <TT>W</TT> found, the menu is aligned just below the rectangle (like a pulldown menu). <P>The <TT>title</TT> and <TT>menubar</TT> arguments are used -internally by the <TT>Fl_Menu_</TT> widget. </P> +internally by the <TT>Fl_Menu_Bar</TT> widget. </P> <H4><A name=Fl_Menu_Item.test_shortcut>const Fl_Menu_Item* Fl_Menu_Item::test_shortcut() const</A></H4> This is designed to be called by a widgets <TT>handle()</TT> method in |
