32#include <wx/listbox.h>
45 bool Create( wxWindow* aParent )
override;
55 wxSize
GetAdjustedSize(
int aMinWidth,
int aPrefHeight,
int aMaxHeight )
override;
83 void onIdle( wxIdleEvent& aEvent );
89 void onEnter( wxCommandEvent& aEvent );
116 FILTER_COMBOBOX( wxWindow* parent, wxWindowID
id,
const wxPoint& pos = wxDefaultPosition,
117 const wxSize& size = wxDefaultSize,
long style = 0 );
A combobox that has a filterable popup.
FILTER_COMBOPOPUP * m_filterPopup
void onKeyDown(wxKeyEvent &aEvt)
void setFilterPopup(std::unique_ptr< FILTER_COMBOPOPUP > aPopup)
wxDECLARE_EVENT(FILTERED_ITEM_SELECTED, wxCommandEvent)