projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add class factories for filter streams. Also filters now follow the convention
[wxWidgets.git]
/
include
/
wx
/
univ
/
textctrl.h
diff --git
a/include/wx/univ/textctrl.h
b/include/wx/univ/textctrl.h
index 2ec12ca172a505c7ae8e04f986291fe7fd872bb9..44cfaa4b46130e7c8614c3ecf00b759060bfaf6d 100644
(file)
--- a/
include/wx/univ/textctrl.h
+++ b/
include/wx/univ/textctrl.h
@@
-105,9
+105,6
@@
public:
// ----------------------------------
virtual wxString GetValue() const;
// ----------------------------------
virtual wxString GetValue() const;
- virtual void SetValue(const wxString& value);
-
- virtual void ChangeValue(const wxString &value);
virtual int GetLineLength(wxTextCoord lineNo) const;
virtual wxString GetLineText(wxTextCoord lineNo) const;
virtual int GetLineLength(wxTextCoord lineNo) const;
virtual wxString GetLineText(wxTextCoord lineNo) const;
@@
-262,6
+259,9
@@
protected:
// calc the size from the text extent
virtual wxSize DoGetBestClientSize() const;
// calc the size from the text extent
virtual wxSize DoGetBestClientSize() const;
+ // implements Set/ChangeValue()
+ virtual void DoSetValue(const wxString& value, int flags = 0);
+
// common part of all ctors
void Init();
// common part of all ctors
void Init();