]> git.saurik.com Git - wxWidgets.git/commit
Add wxActivateEvent::GetActivationReason().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Oct 2013 16:25:04 +0000 (16:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Oct 2013 16:25:04 +0000 (16:25 +0000)
commit4521f6c88cbefa7f13e3733d344776b795f981e4
tree3d205e930aa45d930aadf204e239235b3f3cf866
parent30a7e91fb03558a4ffb6c5c6206ea25e53905e22
Add wxActivateEvent::GetActivationReason().

This method is implemented for wxMSW-only currently and allows to check
whether the window is being activated by a mouse click or in some other way
there.

Closes #15516.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/event.h
interface/wx/event.h
src/msw/window.cpp