]> git.saurik.com Git - wxWidgets.git/commitdiff
added hide/show
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 May 2002 20:35:18 +0000 (20:35 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 May 2002 20:35:18 +0000 (20:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/textctrl.h

index de6f4ba96c6cf587cbaad18250ec9e671b312b4c..2327eec3d563b5eaeddfad7060ad9d6cfdee61be 100644 (file)
@@ -143,6 +143,9 @@ public:
 
        virtual bool MacCanFocus() const { return true ; }
     
+    virtual void        MacSuperShown( bool show ) ;
+    virtual bool        Show(bool show = TRUE) ;
+
 protected:
   virtual wxSize DoGetBestSize() const;