]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_misc.i
new DC API fix
[wxWidgets.git] / wxPython / src / _misc.i
index 54a6812e358c5e78b68a037bd1d3bd3551fb231b..e7f675a5dbc85cfafb5171e88f6ea7c066e9e83f 100644 (file)
@@ -18,6 +18,7 @@
 %newgroup
 
 
+#ifndef __WXX11__
 class wxToolTip : public wxObject {
 public:
     wxToolTip(const wxString &tip);
@@ -30,6 +31,7 @@ public:
     static void Enable(bool flag);
     static void SetDelay(long milliseconds);
 };
+#endif
 
 //---------------------------------------------------------------------------