]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
fixed clipping of items with icons text in report mode
[wxWidgets.git] / wxPython / src / frames.i
index 7758a36ebf759bc3e48ee27efdf3fb6057da6e87..69fc74db4e2543b4ebc3c4b6e338ef082175b4ac 100644 (file)
@@ -16,6 +16,7 @@
 %{
 #include "helpers.h"
 #include <wx/minifram.h>
+#include <wx/tipwin.h>
 %}
 
 //----------------------------------------------------------------------
@@ -105,6 +106,17 @@ public:
 
 //---------------------------------------------------------------------------
 
+class wxTipWindow : public wxFrame
+{
+public:
+    wxTipWindow(wxWindow *parent,
+                const wxString& text,
+                wxCoord maxLength = 100);
+};
+
+
+//---------------------------------------------------------------------------
+