]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toplevel.h
removed DoGetSize implementation
[wxWidgets.git] / include / wx / gtk1 / toplevel.h
index 21c5532c7635b17c9831400232f3f0cab893a19c..0271b4c353fd7d43de4782bf591c5571edf373cc 100644 (file)
@@ -60,6 +60,8 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     virtual bool IsFullScreen() const { return m_fsIsShowing; };
 
+    virtual bool SetShape(const wxRegion& region);
+
     virtual bool Show(bool show = TRUE);
 
     virtual void SetTitle( const wxString &title );