virtual void SetTitle( const wxString &title );
virtual wxString GetTitle() const { return m_title; }
+ virtual void SetLabel(const wxString& label) { SetTitle( label ); }
+ virtual wxString GetLabel() const { return GetTitle(); }
+
+
virtual bool SetTransparent(wxByte alpha);
virtual bool CanSetTransparent();
virtual void DoSetClientSize(int width, int height);
virtual void DoGetClientSize(int *width, int *height) const;
- virtual wxSize DoGetBestSize() const;
// string shown in the title bar
wxString m_title;