- @param id
- The menu command identifier.
-
- @param item
- The string to appear on the menu item.
-
- @param menu
- Pull-right submenu.
-
- @param kind
- May be wxITEM_SEPARATOR, wxITEM_NORMAL,
- wxITEM_CHECK or wxITEM_RADIO
-
- @param helpString
- An optional help string associated with the item.
- By default, the handler for the wxEVT_MENU_HIGHLIGHT event displays
- this string in the status line.
-
- @param menuItem
- A menuitem object. It will be owned by the wxMenu object after this function
- is called, so do not delete it yourself.
+ @param id
+ The menu command identifier.
+ @param item
+ The string to appear on the menu item.
+ @param menu
+ Pull-right submenu.
+ @param kind
+ May be wxITEM_SEPARATOR, wxITEM_NORMAL,
+ wxITEM_CHECK or wxITEM_RADIO
+ @param helpString
+ An optional help string associated with the item.
+ By default, the handler for the wxEVT_MENU_HIGHLIGHT event displays
+ this string in the status line.
+ @param menuItem
+ A menuitem object. It will be owned by the wxMenu object after this function
+ is called, so do not delete it yourself.