]> 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 4184559d54f6c0a3d68a8fbbcb93421f83b0820d..dd7c539bfc58650ad446c8031899c1d89c275729 100644 (file)
@@ -60,9 +60,6 @@ public:
     virtual bool IsMaximized() const;
     virtual void Iconize(bool iconize = true);
     virtual bool IsIconized() const;
-#ifndef __WXUNIVERSAL__
-    virtual void SetIcons(const wxIconBundle& icons);
-#endif
     virtual void Restore();
 
     virtual bool SetShape(const wxRegion& region);
@@ -97,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 ;
@@ -129,7 +134,7 @@ protected:
     // should the frame be maximized when it will be shown? set by Maximize()
     // when it is called while the frame is hidden
     bool m_maximizeOnShow;
+
     WXWindow m_macWindow ;
 
     wxWindowMac* m_macFocus ;
@@ -156,6 +161,6 @@ private :
 };
 
 // list of all frames and modeless dialogs
-extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows; 
+extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows;
 
 #endif // _WX_MSW_TOPLEVEL_H_