virtual wxPoint GetClientAreaOrigin() const;
- virtual bool SetShape(const wxRegion& region)
- { return DoSetShape(region); }
-
// Attracts the users attention to this window if the application is
// inactive (should be called when a background event occurs)
virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
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();