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;