compatibility constructors for wxMenuItem() taking bool instead of wxItemKind
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -52,7 +52,18 @@ public:
|
||||
|
||||
wxString GetHotKey() const { return m_hotKey; }
|
||||
|
||||
// compatibility only, don't use in new code
|
||||
wxMenuItem(wxMenu *parentMenu,
|
||||
int id,
|
||||
const wxString& text,
|
||||
const wxString& help,
|
||||
bool isCheckable,
|
||||
wxMenu *subMenu = (wxMenu *)NULL);
|
||||
|
||||
private:
|
||||
// common part of all ctors
|
||||
void Init();
|
||||
|
||||
// DoSetText() transforms the accel mnemonics in our label from MSW/wxWin
|
||||
// style to GTK+ and is called from ctor and SetText()
|
||||
void DoSetText(const wxString& text);
|
||||
|
Reference in New Issue
Block a user