projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't mention GUI-only changes in the base section
[wxWidgets.git]
/
src
/
os2
/
textctrl.cpp
diff --git
a/src/os2/textctrl.cpp
b/src/os2/textctrl.cpp
index b99d13006c242d2f9bdbcbcee4bacb971bb6f0d4..9d38365087f2a2a123a24961c9cb645625a8c510 100644
(file)
--- a/
src/os2/textctrl.cpp
+++ b/
src/os2/textctrl.cpp
@@
-101,6
+101,7
@@
bool wxTextCtrl::Create(
{
HWND hParent;
int nTempy;
{
HWND hParent;
int nTempy;
+
//
// Base initialization
//
//
// Base initialization
//
@@
-125,6
+126,7
@@
bool wxTextCtrl::Create(
}
m_windowStyle = lStyle;
}
m_windowStyle = lStyle;
+ m_bIsMLE = FALSE;
long lSstyle = WS_VISIBLE | WS_TABSTOP;
long lSstyle = WS_VISIBLE | WS_TABSTOP;
@@
-200,7
+202,7
@@
bool wxTextCtrl::Create(
//
// Set font, position, size and initial value
//
//
// Set font, position, size and initial value
//
- wxFont* pTextFont = new wxFont(
10
+ wxFont* pTextFont = new wxFont(
8
,wxMODERN
,wxNORMAL
,wxNORMAL
,wxMODERN
,wxNORMAL
,wxNORMAL
@@
-218,8
+220,8
@@
bool wxTextCtrl::Create(
::WinQueryWindowPos(m_hWnd, &vSwp);
SetXComp(vSwp.x);
SetYComp(vSwp.y);
::WinQueryWindowPos(m_hWnd, &vSwp);
SetXComp(vSwp.x);
SetYComp(vSwp.y);
- SetSize( vPos.x
- ,vPos.y
+ SetSize( vPos.x
- GetXComp()
+ ,vPos.y
- GetYComp()
,rSize.x
,rSize.y
);
,rSize.x
,rSize.y
);
@@
-340,7
+342,6
@@
wxString wxTextCtrl::GetValue() const
if (*zStr == '\r')
*zStr = '\n';
}
if (*zStr == '\r')
*zStr = '\n';
}
- sStr = zStr;
return sStr;
} // end of wxTextCtrl::GetValue
return sStr;
} // end of wxTextCtrl::GetValue