int GetCount() const;
int Number() const { return GetCount(); }
void SetSelection( int n );
- void Select( int n ) { return SetSelection( n ); }
- bool SetStringSelection( const wxString &string );
void SetString(int n, const wxString &text);
wxString GetValue() const;