Lines Matching refs:wxGenericComboCtrl
92 BEGIN_EVENT_TABLE(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE() argument
93 EVT_PAINT(wxGenericComboCtrl::OnPaintEvent) in BEGIN_EVENT_TABLE()
94 EVT_MOUSE_EVENTS(wxGenericComboCtrl::OnMouseEvent) in BEGIN_EVENT_TABLE()
98 IMPLEMENT_DYNAMIC_CLASS(wxGenericComboCtrl, wxComboCtrlBase) in BEGIN_EVENT_TABLE()
100 void wxGenericComboCtrl::Init() in BEGIN_EVENT_TABLE()
104 bool wxGenericComboCtrl::Create(wxWindow *parent, in Create()
196 wxGenericComboCtrl::~wxGenericComboCtrl() in ~wxGenericComboCtrl()
200 void wxGenericComboCtrl::OnResize() in OnResize()
222 void wxGenericComboCtrl::OnPaintEvent( wxPaintEvent& WXUNUSED(event) ) in OnPaintEvent()
314 void wxGenericComboCtrl::OnMouseEvent( wxMouseEvent& event ) in OnMouseEvent()
359 void wxGenericComboCtrl::SetCustomPaintWidth( int width ) in SetCustomPaintWidth()
422 bool wxGenericComboCtrl::IsKeyPopupToggle(const wxKeyEvent& event) const in IsKeyPopupToggle()
446 bool wxGenericComboCtrl::PerformAction(const wxControlAction& action, in PerformAction()
484 IMPLEMENT_DYNAMIC_CLASS(wxComboCtrl, wxGenericComboCtrl)