projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
speed up ReadWord by using more efficient separator searching
[wxWidgets.git]
/
src
/
gtk1
/
textctrl.cpp
diff --git
a/src/gtk1/textctrl.cpp
b/src/gtk1/textctrl.cpp
index 1df0a5b8b1fe57aa800744c7b58039ead150d856..ea289a657e2371537b97479ee8777a78b30ce622 100644
(file)
--- a/
src/gtk1/textctrl.cpp
+++ b/
src/gtk1/textctrl.cpp
@@
-1290,7
+1290,7
@@
wxSize wxTextCtrl::DoGetBestSize() const
// freeze/thaw
// ----------------------------------------------------------------------------
// freeze/thaw
// ----------------------------------------------------------------------------
-void wxTextCtrl::Freeze()
+void wxTextCtrl::
Do
Freeze()
{
if ( HasFlag(wxTE_MULTILINE) )
{
{
if ( HasFlag(wxTE_MULTILINE) )
{
@@
-1298,7
+1298,7
@@
void wxTextCtrl::Freeze()
}
}
}
}
-void wxTextCtrl::Thaw()
+void wxTextCtrl::
Do
Thaw()
{
if ( HasFlag(wxTE_MULTILINE) )
{
{
if ( HasFlag(wxTE_MULTILINE) )
{