void MainDialog::OnTickTimer(wxTimerEvent& WXUNUSED(e))
{
    const wxLongLong ElapsedTime     = wxGetLocalTime() - m_TimerStartTick;
...

C++ Update controls on timer tick

by Scriptdaemon, November 13, 2010 07:55, 1 refactoring, tagged with wxWidgets

What I'm doing is updating ...

D41d8cd98f00b204e9800998ecf8427e Talk