]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toplevel.h
Add wxTLW::SetModified to allow apps to set the TLW's dirty state. On Mac this gives...
[wxWidgets.git] / include / wx / osx / toplevel.h
index 80ccb39ed50ac8b9a5a43ac14952058bcb8d9110..1e7f8644634a4fd2fe81f850a3113e14a5cf0d74 100644 (file)
@@ -75,6 +75,9 @@ public:
     virtual void SetTitle( const wxString& title);
     virtual wxString GetTitle() const;
 
+    virtual void SetModified(bool modified);
+    virtual bool GetModified() const;
+
 protected:
     // common part of all ctors
     void Init();