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