m_extraLong = 0;
m_commandInt = 0;
m_id = theId;
- m_commandString = (wxChar *) NULL;
+ m_commandString = wxEmptyString;
m_isCommandEvent = TRUE;
}
wxPendingEvents->Append(this);
wxPendingEventsLocker->Leave();
+ // TODO: Wake up idle handler for the other platforms.
#ifdef __WXGTK__
if (g_isIdle)
wxapp_install_idle_handler();