X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670048b2f09d543de2ecba4800f2428fbad743e8..9b99c1e36a5481f2c24bee87414c68269baae4c7:/include/wx/combo.h diff --git a/include/wx/combo.h b/include/wx/combo.h index 3d73052876..05ee2d9c3e 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -474,6 +474,7 @@ protected: // event handlers void OnSizeEvent( wxSizeEvent& event ); void OnFocusEvent(wxFocusEvent& event); + void OnIdleEvent(wxIdleEvent& event); void OnTextCtrlEvent(wxCommandEvent& event); void OnSysColourChanged(wxSysColourChangedEvent& event); void OnKeyEvent(wxKeyEvent& event); @@ -602,6 +603,9 @@ protected: // is the popup window currenty shown? wxByte m_popupWinState; + // should the focus be reset to the textctrl in idle time? + bool m_resetFocus; + private: void Init();