]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stockitem.h
Added wxPGCell::SetFont() and GetFont(); Documented wxPGCell class.
[wxWidgets.git] / include / wx / stockitem.h
index 19cdc593214764f82bbed8469ee425ab301d4942..05814e8905be6c5359b165f0d2ea7b59031eb8d5 100644 (file)
@@ -33,7 +33,11 @@ enum wxStockLabelQueryFlag
     wxSTOCK_NOFLAGS = 0,
 
     wxSTOCK_WITH_MNEMONIC = 1,
-    wxSTOCK_WITH_ACCELERATOR = 2
+    wxSTOCK_WITH_ACCELERATOR = 2,
+
+    // return label for button, not menu item: notice that this always included
+    // wxSTOCK_WITH_MNEMONIC as buttons should use mnemonics
+    wxSTOCK_FOR_BUTTON = 5
 };
 
 // Returns label that should be used for given stock UI element (e.g. "&OK"