diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html index 9f04267f7..64eaacbd9 100644 --- a/documentation/Fl_Menu_.html +++ b/documentation/Fl_Menu_.html @@ -144,6 +144,9 @@ Text shortcuts are converted to integer shortcut by calling
The return value is the index into the array that the entry was put.
+No items must be added to a menu during a callback to the same menu.
+ +The passed string is split at any '|' characters and then @@ -153,11 +156,15 @@ with Forms and other GL programs. The section strings use the same special characters as described for the long version of add()
+No items must be added to a menu during a callback to the same menu.
+Menus must no be cleared during a callback to the same menu.
+No items must be removed from a menu during a callback to the same menu.
+