+ virtual bool EnableCloseButton(bool enable = true);
+
+ // Set window transparency if the platform supports it
+ virtual bool SetTransparent(wxByte alpha);
+ virtual bool CanSetTransparent();
+
+ //Top level windows have different freeze semantics on Windows
+ virtual void Freeze();
+ virtual void Thaw();
+
+ virtual void AddChild( wxWindowBase *child );
+