]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows3.i
Some compilation fixes
[wxWidgets.git] / wxPython / src / windows3.i
index 1b0179a8244c08691dc2feb241d2875e053eb05f..570e9fba29c22213947dbf3807c187dbeeb99397 100644 (file)
@@ -18,6 +18,7 @@
 #include <wx/laywin.h>
 #ifndef __WXMAC__
 #include <wx/popupwin.h>
+#include <wx/tipwin.h>
 #endif
 %}
 
@@ -266,6 +267,19 @@ public:
     virtual void Dismiss();
 };
 
-#endif
 //---------------------------------------------------------------------------
 
+class wxTipWindow : public wxPyPopupTransientWindow
+{
+public:
+    wxTipWindow(wxWindow *parent,
+                const wxString& text,
+                wxCoord maxLength = 100);
+
+    %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
+};
+
+
+//---------------------------------------------------------------------------
+
+#endif