X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46e87167f13e4cb8baf33779730b10c3ae04f502..36d9119341753b2f6f606571702a9b906050a07c:/include/wx/x11/textctrl.h diff --git a/include/wx/x11/textctrl.h b/include/wx/x11/textctrl.h index 7cce472db8..37348e0cdd 100644 --- a/include/wx/x11/textctrl.h +++ b/include/wx/x11/textctrl.h @@ -249,6 +249,8 @@ public: void OnMouse( wxMouseEvent &event ); void OnChar( wxKeyEvent &event ); void OnIdle( wxIdleEvent &event ); + void OnSetFocus( wxFocusEvent& event ); + void OnKillFocus( wxFocusEvent& event ); void RefreshLine( int n ); void RefreshDown( int n );