// Author: Stefan Csomor
// Modified by:
// Created: 20.09.01
-// RCS-ID: $Id$
// Copyright: (c) 2001 Stefan Csomor
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
virtual void SetTitle( const wxString& title);
virtual wxString GetTitle() const;
+ virtual void SetLabel(const wxString& label) { SetTitle( label ); }
+ virtual wxString GetLabel() const { return GetTitle(); }
+
virtual void OSXSetModified(bool modified);
virtual bool OSXIsModified() const;
+ virtual void SetRepresentedFilename(const wxString& filename);
+
protected:
// common part of all ctors
void Init();