From 53d838be504926f6f75a75c0f7f661f8f5f92218 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Jul 2002 21:59:40 +0000 Subject: [PATCH] IsSingleLine() is now in the base class git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/textctrl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/univ/textctrl.h b/include/wx/univ/textctrl.h index 43e6d1a53b..947a789c81 100644 --- a/include/wx/univ/textctrl.h +++ b/include/wx/univ/textctrl.h @@ -265,7 +265,6 @@ public: virtual bool Enable(bool enable = TRUE); // more readable flag testing methods - bool IsSingleLine() const { return !(GetWindowStyle() & wxTE_MULTILINE); } bool IsPassword() const { return (GetWindowStyle() & wxTE_PASSWORD) != 0; } bool WrapLines() const { return !IsSingleLine() && !(GetWindowStyle() & wxHSCROLL); } -- 2.45.2