long style = wxCHOICEDLG_STYLE,
const wxPoint& pos = wxDefaultPosition);
long style = wxCHOICEDLG_STYLE,
const wxPoint& pos = wxDefaultPosition);
int GetSelection() const { return m_selection; }
wxString GetStringSelection() const { return m_stringSelection; }
int GetSelection() const { return m_selection; }
wxString GetStringSelection() const { return m_stringSelection; }
// obsolete function (NB: no need to make it return wxChar, it's untyped)
char *GetSelectionClientData() const { return (char *)m_clientData; }
// obsolete function (NB: no need to make it return wxChar, it's untyped)
char *GetSelectionClientData() const { return (char *)m_clientData; }