Add wxEVT_SET_FOCUS and wxEVT_KILL_FOCUS event to wxX11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-23 17:39:44 +00:00
parent 2bfd94d59c
commit 58730bc356
2 changed files with 52 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ protected:
int incW, int incH);
virtual void DoCaptureMouse();
virtual void DoReleaseMouse();
virtual void KillFocus();
#if wxUSE_TOOLTIPS
virtual void DoSetToolTip( wxToolTip *tip );