Added support for timer events in Motif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,9 +51,10 @@ void wxTimerCallback (wxTimer * timer)
|
||||
timer->Notify();
|
||||
}
|
||||
|
||||
wxTimer::wxTimer()
|
||||
void wxTimer::Init()
|
||||
{
|
||||
m_id = 0;
|
||||
m_milli = 1000;
|
||||
}
|
||||
|
||||
wxTimer::~wxTimer()
|
||||
|
Reference in New Issue
Block a user