]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
added wxStreamBuffer::Truncate() (patch 1687081)
[wxWidgets.git] / include / wx / apptrait.h
index c2ad503e726caf3df087aeec8b0abe5389c10b4c..06d77247b74ae1cd4c5148d7a6faca787353c473 100644 (file)
@@ -24,6 +24,8 @@ class WXDLLIMPEXP_BASE wxLog;
 class WXDLLIMPEXP_BASE wxMessageOutput;
 class WXDLLEXPORT wxRendererNative;
 class WXDLLIMPEXP_BASE wxString;
+class WXDLLIMPEXP_BASE wxTimer;
+class WXDLLIMPEXP_BASE wxTimerImpl;
 
 class GSocketGUIFunctionsTable;
 
@@ -117,6 +119,10 @@ public:
     virtual GSocketGUIFunctionsTable* GetSocketGUIFunctionsTable() = 0;
 #endif
 
+#if wxUSE_TIMER
+    // return platform and toolkit dependent wxTimer implementation
+    virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) = 0;
+#endif
 
     // functions returning port-specific information
     // ------------------------------------------------------------------------