+ 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 );
+
+ virtual bool Show(bool show = true);