]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_misc.i
No animate contrib anymore
[wxWidgets.git] / wxPython / src / _misc.i
index c412e3026f3da2aced4e4a1165415bd52c4200d4..ccf9aa10c0ef6c7aefc711afc118b714fa8eea3b 100644 (file)
@@ -124,7 +124,7 @@ MustHaveApp(wxBusyInfo);
 
 class wxBusyInfo : public wxObject {
 public:
-    wxBusyInfo(const wxString& message);
+    wxBusyInfo(const wxString& message, wxWindow *parent = NULL);
     ~wxBusyInfo();
 
     %pythoncode { def Destroy(self): pass }
@@ -140,7 +140,8 @@ class  wxStopWatch
 public:
     // ctor starts the stop watch
     wxStopWatch();
-
+    ~wxStopWatch();
+    
     // start the stop watch at the moment t0
     void Start(long t0 = 0);