]> git.saurik.com Git - wxWidgets.git/commit
Add wxEvtHandler::CallAfter() for asynchronous method calls.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 12:02:24 +0000 (12:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 12:02:24 +0000 (12:02 +0000)
commitcf2227623a889dd0a5f36288d346fc6bf64b55fa
tree8bab7453058d522f8376014e03ae4f6e25ec05e2
parent32753ae949d861ddaf7c66f4c483bc57493c6c6c
Add wxEvtHandler::CallAfter() for asynchronous method calls.

Add wxAsyncMethodCallEvent that is handled simply by calling the method this
event was created for and add default handler for this event to wxEvtHandler.

Implement CallAfter() overloads for up to 2 parameters only for now.

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