121 FILTER_COMBOBOX( wxWindow* parent, wxWindowID
id,
const wxPoint& pos = wxDefaultPosition,
122 const wxSize& size = wxDefaultSize,
long style = 0 );
125 FILTER_COMBOBOX( wxWindow* parent, wxWindowID
id,
const wxString& value,
126 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
127 int count = 0, wxString strings[] =
nullptr,
long style = 0 );
131 virtual void SetStringList(
const wxArrayString& aStringList );