]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/menu.tex
Document that wxLogNull must be used with SetActiveTarget to supress logging.
[wxWidgets.git] / docs / latex / wx / menu.tex
index debd824d6a5252756d76e79a35ffb18aba5582d6..074289b494267a4b8d7c9c692ac690f8e285572c 100644 (file)
@@ -9,6 +9,12 @@ identify the selection, or to change the menu item in some way. A menu item
 with a special identifier $-1$ is a separator item and doesn't have an
 associated command but just makes a separator line appear in the menu.
 
+{\bf NB:} Please note that {\it wxID_ABOUT} and {\it wxID_EXIT} are
+predefined by wxWidgets and have a special meaning since entries
+using these IDs will be taken out of the normal menus under MacOS X
+and will be inserted into the system menu (following the appropriate
+MacOS X interface guideline).
+
 Menu items may be either normal items, check items or radio items. Normal items
 don't have any special properties while the check items have a boolean flag
 associated to them and they show a checkmark in the menu when the flag is set.