From 6fda4e7a68a569f0d0fc0bce4b7e1f91dd4a0f84 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 21 May 2002 20:35:18 +0000 Subject: [PATCH] added hide/show git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/textctrl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/mac/textctrl.h b/include/wx/mac/textctrl.h index de6f4ba96c..2327eec3d5 100644 --- a/include/wx/mac/textctrl.h +++ b/include/wx/mac/textctrl.h @@ -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; -- 2.45.2