]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention that not all standard IDs are stock IDs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Aug 2010 18:13:51 +0000 (18:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Aug 2010 18:13:51 +0000 (18:13 +0000)
Also add a link to the list of stock IDs from the standard IDs documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/defs.h

index 811c187a06db3be0309d68b02609e5bd6c072285..0aad3aaf2e580c5cfd8e8edad37b08f0ab07fa44 100644 (file)
@@ -198,7 +198,13 @@ enum wxBackgroundStyle
 
 
 /**
-    Standard menu IDs.
+    Standard IDs.
+
+    Notice that some, but @em not all, of these IDs are also stock IDs, i.e.
+    you can use them for the button or menu items without specifying the label
+    which will be provided by the underlying platform itself. See @ref "the
+    list of stock items" for the subset of standard IDs which are stock IDs as
+    well.
 */
 enum wxStandardID
 {