- // common part of all ctors
- void Init(const wxString& text);
-
- // 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);
-
- wxString m_hotKey;