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);
+
};
//----------------------------------------------------------------------