]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
using common code
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index 3a2a8eb24b1fbebd90093eb318b2c15f499be3c3..dd7c539bfc58650ad446c8031899c1d89c275729 100644 (file)
@@ -94,6 +94,14 @@ 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 bool SetBackgroundColour( const wxColour &colour );