int n = 0, const wxString choices[] = NULL,
long style = 0,
#if wxUSE_VALIDATORS
-# if defined(__VISAGECPP__)
- const wxValidator* validator = wxDefaultValidator,
-# else
const wxValidator& validator = wxDefaultValidator,
-# endif
#endif
const wxString& name = wxChoiceNameStr)
{
int n = 0, const wxString choices[] = NULL,
long style = 0,
#if wxUSE_VALIDATORS
-# if defined(__VISAGECPP__)
- const wxValidator* validator = wxDefaultValidator,
-# else
const wxValidator& validator = wxDefaultValidator,
-# endif
#endif
const wxString& name = wxChoiceNameStr);
virtual wxClientData* DoGetItemClientObject( int n ) const;
// OS2 implementation
- virtual wxSize DoGetBestSize();
+ virtual wxSize DoGetBestSize() const;
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);