]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
added wxDialog::GetParentForModalDialog() and use it to try to always create modal...
[wxWidgets.git] / src / msw / app.cpp
index 3c72ccbde89843d8e136f9840f945b3cd67e9e09..73c1967327fbb523e04f565cd6437992126cfa3a 100644 (file)
@@ -52,6 +52,7 @@
 
 #include "wx/msw/private.h"
 #include "wx/msw/ole/oleutils.h"
+#include "wx/msw/private/timer.h"
 
 #if wxUSE_TOOLTIPS
     #include "wx/tooltip.h"
@@ -265,6 +266,12 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *majVer, int *minVer) const
 #endif
 }
 
+wxTimerImpl *
+wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
+{
+  return new wxMSWTimerImpl(timer);
+}
+
 // ===========================================================================
 // wxApp implementation
 // ===========================================================================