X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47a8a4d5cc3e8fcb2efee4787cb9d244104beea5..b6fd0b424573e09ae7e83a28b225bbba008157b7:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index 5abad1b57b..5c7a3ca1bc 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -139,11 +139,6 @@ public: void SetModified() { m_modified = true; } - // GTK+ textctrl is so dumb that you need to freeze/thaw it manually to - // avoid horrible flicker/scrolling back and forth - virtual void Freeze(); - virtual void Thaw(); - // textctrl specific scrolling virtual bool ScrollLines(int lines); virtual bool ScrollPages(int pages); @@ -170,6 +165,10 @@ protected: // common part of all ctors void Init(); + // overridden wxWindow methods + virtual void DoFreeze(); + virtual void DoThaw(); + // get the vertical adjustment, if any, NULL otherwise GtkAdjustment *GetVAdj() const;