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:
@@ -575,10 +575,6 @@ public:
|
|||||||
|
|
||||||
// Implementation
|
// Implementation
|
||||||
|
|
||||||
#if wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE
|
|
||||||
WX_FORWARD_TO_SCROLL_HELPER()
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// Set font, and also default attributes
|
/// Set font, and also default attributes
|
||||||
virtual bool SetFont(const wxFont& font);
|
virtual bool SetFont(const wxFont& font);
|
||||||
|
|
||||||
@@ -673,6 +669,10 @@ public:
|
|||||||
/// Returns the first visible position in the current view
|
/// Returns the first visible position in the current view
|
||||||
long GetFirstVisiblePosition() const;
|
long GetFirstVisiblePosition() const;
|
||||||
|
|
||||||
|
#if wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE
|
||||||
|
WX_FORWARD_TO_SCROLL_HELPER()
|
||||||
|
#endif
|
||||||
|
|
||||||
// Overrides
|
// Overrides
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user