]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
Add wxTLW::SetModified to allow apps to set the TLW's dirty state. On Mac this gives...
[wxWidgets.git] / include / wx / osx / core / private.h
index 3326b1f1c8180b865989dc6045e09ba6f54b0180..59d4841241f021f03f9c8d033b8b00d03c90e5d9 100644 (file)
@@ -753,6 +753,9 @@ public :
 
     static wxNonOwnedWindowImpl* CreateNonOwnedWindow( wxNonOwnedWindow* wxpeer, wxWindow* parent, const wxPoint& pos, const wxSize& size,
     long style, long extraStyle, const wxString& name  ) ;
+    
+    virtual void SetModified(bool WXUNUSED(modified)) { }
+    virtual bool GetModified() const { return false; }
 
 protected :
     wxNonOwnedWindow*   m_wxPeer;