X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8481948ef125f711df21db2e09485f96aa5dd8bb..c6eaa6fb6733d8472a14e220a5656787eafda398:/include/wx/mac/textctrl.h 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;