]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toplevel.h
Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute().
[wxWidgets.git] / include / wx / gtk / toplevel.h
index a84cf8a87e1a09ed0f3d9bc8bc5c65d347f9c71a..d7b19d6409bd1d0e4fd590cd31052192e3c814f1 100644 (file)
@@ -57,8 +57,6 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     virtual bool IsFullScreen() const { return m_fsIsShowing; };
 
-    virtual bool SetShape(const wxRegion& region);
-
     virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
 
     virtual void SetWindowStyleFlag( long style );
@@ -113,9 +111,6 @@ public:
     // size of WM decorations
     wxSize m_decorSize;
 
-    // shape of the frame
-    wxRegion m_shape;
-
     // private gtk_timeout_add result for mimicing wxUSER_ATTENTION_INFO and
     // wxUSER_ATTENTION_ERROR difference, -2 for no hint, -1 for ERROR hint, rest for GtkTimeout handle.
     int m_urgency_hint;