+ 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);
+
+ virtual void Raise();
+
+ virtual bool IsActive();