X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdd2c013f460c61b1833c199303c2bd687084ee..968f291be6686f70b259d9449089be204e51080e:/include/wx/stockitem.h diff --git a/include/wx/stockitem.h b/include/wx/stockitem.h index 7cb4afaaa7..7d2b214297 100644 --- a/include/wx/stockitem.h +++ b/include/wx/stockitem.h @@ -12,11 +12,8 @@ #ifndef _WX_STOCKITEM_H_ #define _WX_STOCKITEM_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "stockitem.h" -#endif - #include "wx/defs.h" +#include "wx/wxchar.h" #include "wx/string.h" // ---------------------------------------------------------------------------- @@ -32,7 +29,9 @@ WXDLLEXPORT bool wxIsStockLabel(wxWindowID id, const wxString& label); // Returns label that should be used for given stock UI element (e.g. "&OK" // for wxSTOCK_OK): -WXDLLEXPORT wxString wxGetStockLabel(wxWindowID id); +WXDLLEXPORT wxString wxGetStockLabel(wxWindowID id, + bool withCodes = true, + const wxString& accelerator = wxEmptyString); #ifdef __WXGTK20__ // Translates stock ID to GTK+'s stock item string indentifier: