X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..5851e6407895ba0a456fe19bd0b1a840dd5df4f6:/include/wx/stockitem.h diff --git a/include/wx/stockitem.h b/include/wx/stockitem.h index 19cdc59321..05814e8905 100644 --- a/include/wx/stockitem.h +++ b/include/wx/stockitem.h @@ -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"