]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
added functions to read/write several elements at once (patch 754986)
[wxWidgets.git] / wxPython / src / frames.i
index 619ae6ebe28445a5a60343a4a2148de87acb134f..618b661f821ab2614e382783278ca8e1174edc47 100644 (file)
@@ -116,6 +116,12 @@ public:
 
     virtual void SetTitle(const wxString& title);
     virtual wxString GetTitle() const;
+
+    // Set the shape of the window to the given region.
+    // Returns TRUE if the platform supports this feature (and the operation
+    // is successful.)
+    virtual bool SetShape(const wxRegion& region);
+
 };
 
 //----------------------------------------------------------------------