git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30373
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// more readable flag testing methods
// ----------------------------------
// more readable flag testing methods
// ----------------------------------
+#if 0
+ // it seems now in wxTextCtrlBase
bool IsSingleLine() const { return !(GetWindowStyle() & wxTE_MULTILINE); }
bool IsSingleLine() const { return !(GetWindowStyle() & wxTE_MULTILINE); }
bool IsPassword() const { return (GetWindowStyle() & wxTE_PASSWORD) != 0; }
bool IsPassword() const { return (GetWindowStyle() & wxTE_PASSWORD) != 0; }
- bool WrapLines() const { return FALSE; }
+ bool WrapLines() const { return false; }
// If the return values from and to are the same, there is no selection.
virtual void GetSelection(long* from, long* to) const;
// If the return values from and to are the same, there is no selection.
virtual void GetSelection(long* from, long* to) const;