// wxChoice
//-----------------------------------------------------------------------------
-class wxChoice : public wxChoiceBase
+class WXDLLIMPEXP_CORE wxChoice : public wxChoiceBase
{
public:
wxChoice();
void Clear();
int GetSelection() const;
+#if wxABI_VERSION >= 20602
+ int GetCurrentSelection() const { return GetSelection(); }
+#endif
void SetSelection( int n );
virtual int GetCount() const;