Add wxTimer::StartOnce().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:24:10 +0000 (00:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:24:10 +0000 (00:24 +0000)
commit7c60222510bc5e197b12f153c4bf05db66cb0f4a
treed664098e5edd45541456e313afa05f81195e43b3
parentdbd5b2ce42875058a7f109168d7887c95d893d28
Add wxTimer::StartOnce().

This is a simple wrapper for wxTimer::Start(timeout, wxTIMER_ONE_SHOT) but is
often more readable and is definitely better than Start(timeout, true) which
many people still use in spite of wxTIMER_ONE_SHOT existence.

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