Use wxTextCtrlBase as base class on 2.7

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-07-03 17:51:34 +00:00
parent b9db15f1e9
commit 6b69c8ee88

View File

@ -575,10 +575,6 @@ public:
// Implementation
#if wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE
WX_FORWARD_TO_SCROLL_HELPER()
#endif
/// Set font, and also default attributes
virtual bool SetFont(const wxFont& font);
@ -673,6 +669,10 @@ public:
/// Returns the first visible position in the current view
long GetFirstVisiblePosition() const;
#if wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE
WX_FORWARD_TO_SCROLL_HELPER()
#endif
// Overrides
protected: