Set wxFocusEvent's window value for wxEVT_KILL_FOCUS in wxGTK.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Oct 2011 16:19:52 +0000 (16:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Oct 2011 16:19:52 +0000 (16:19 +0000)
commit9a237e2f12b18f75b2602052dedeee5650180a7c
tree1c8096934b5e10b319709edb9ecfe21a1b5b8c6b
parent83ed867e70da06acb2311fa5749263b483c2002c
Set wxFocusEvent's window value for wxEVT_KILL_FOCUS in wxGTK.

Note that it is still not set for wxEVT_SET_FOCUS, because it's not
immediately obvious how to obtain the previously focused window from
there. It's still better than always having the window NULL.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp