]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_functions.i
Wrap some deprecation wrappers around newly deprecated items
[wxWidgets.git] / wxPython / src / _functions.i
index d9e76c0769f3932e16e267ffeb5a95a5c27e0df4..232b762737c6d3818638bba016e3bf4e7d0b7fd8 100644 (file)
@@ -52,7 +52,8 @@ MustHaveApp(wxEndBusyCursor);
 void wxEndBusyCursor();
 
 long wxGetElapsedTime(bool resetTimer = true);
-
+%pythoncode { GetElapsedTime = wx._deprecated(GetElapsedTime) }
+    
 bool wxIsBusy();
 wxString wxNow();
 bool wxShell(const wxString& command = wxPyEmptyString);