]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
added support for polygons to wxRegion
[wxWidgets.git] / wxPython / src / frames.i
index 27b589f068daa7daa9a678a1a07386389e5d14ec..69fc74db4e2543b4ebc3c4b6e338ef082175b4ac 100644 (file)
@@ -16,6 +16,7 @@
 %{
 #include "helpers.h"
 #include <wx/minifram.h>
+#include <wx/tipwin.h>
 %}
 
 //----------------------------------------------------------------------
@@ -86,6 +87,7 @@ public:
     bool Command(int id);
     bool ProcessCommand(int id);
     bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
+    bool IsFullScreen();
 };
 
 //---------------------------------------------------------------------------
@@ -104,6 +106,17 @@ public:
 
 //---------------------------------------------------------------------------
 
+class wxTipWindow : public wxFrame
+{
+public:
+    wxTipWindow(wxWindow *parent,
+                const wxString& text,
+                wxCoord maxLength = 100);
+};
+
+
+//---------------------------------------------------------------------------
+