]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index 759ca4dd36a02dadccdb1e05660d2616378cb5c3..dd7c539bfc58650ad446c8031899c1d89c275729 100644 (file)
@@ -94,10 +94,18 @@ public:
     virtual void Lower();
     virtual bool Show( bool show = true );
 
+    virtual bool ShowWithEffect(wxShowEffect effect,
+                                unsigned timeout = 0,
+                                wxDirection dir = wxBOTTOM);
+   
+    virtual bool HideWithEffect(wxShowEffect effect,
+                                unsigned timeout = 0,
+                                wxDirection dir = wxBOTTOM);
+     
     virtual void SetExtraStyle(long exStyle) ;
 
-    virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
-
+    virtual bool SetBackgroundColour( const wxColour &colour );
+    
     virtual void MacInstallTopLevelWindowEventHandler() ;
 
     bool MacGetMetalAppearance() const ;