]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toplevel.h
Add an accessor to get the current drop source from window.mm so that we can implemen...
[wxWidgets.git] / include / wx / osx / toplevel.h
index 80ccb39ed50ac8b9a5a43ac14952058bcb8d9110..14fb396b8bbef3bbc023f5335d1ed61310f5cc50 100644 (file)
@@ -75,6 +75,9 @@ public:
     virtual void SetTitle( const wxString& title);
     virtual wxString GetTitle() const;
 
+    virtual void OSXSetModified(bool modified);
+    virtual bool OSXIsModified() const;
+
 protected:
     // common part of all ctors
     void Init();