193 FILTER_COMBOBOX( wxWindow* parent, wxWindowID
id,
const wxPoint& pos = wxDefaultPosition,
194 const wxSize& size = wxDefaultSize,
long style = 0 );
197 FILTER_COMBOBOX( wxWindow* parent, wxWindowID
id,
const wxString& value,
198 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
199 int count = 0, wxString strings[] =
nullptr,
long style = 0 );
203 virtual void SetStringList(
const wxArrayString& aStringList );