bool Create();
protected:
+ wxString GetBoxTitle() { return m_textTitle->GetValue(); }
wxString GetMessage() { return m_textMsg->GetValue(); }
long GetStyle();
MsgDlgIcon_Max
};
- wxTextCtrl *m_textMsg,
+ wxTextCtrl *m_textTitle,
+ *m_textMsg,
*m_textExtMsg;
wxCheckBox *m_buttons[Btn_Max];