int GetSelection() const;
wxString GetString( int n ) const;
wxString GetStringSelection() const;
+ int GetCount() const { return Number(); }
int Number() const;
void SetSelection( int n );
void SetStringSelection( const wxString &string );
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
+protected:
+ virtual wxSize DoGetBestSize() const;
+
private:
DECLARE_DYNAMIC_CLASS(wxComboBox)
DECLARE_EVENT_TABLE()