]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/toplevel.h
Basic support for tooltips under OS X Cocoa.
[wxWidgets.git] / include / wx / osx / toplevel.h
index 3cc75c482031ddfe2ee854f38f17327cccdb0a65..14fb396b8bbef3bbc023f5335d1ed61310f5cc50 100644 (file)
@@ -62,7 +62,10 @@ public:
     virtual void Iconize(bool iconize = true);
     virtual bool IsIconized() const;
     virtual void Restore();
+    
+    virtual bool IsActive();
 
+    virtual void ShowWithoutActivating();
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ;
     virtual bool IsFullScreen() const ;
 
@@ -72,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();