GetClientSize(&w, &h);
GetSizer()->SetDimension( 0, 0, w, h );
+#if defined __WXPM__
+ OS2Layout(w, h);
+#endif
}
else
{
{
// don't translate these strings
wxString port;
+
+#ifdef __WXUNIVERSAL__
+ port = _T("Univ/");
+#endif // __WXUNIVERSAL__
+
switch ( wxGetOsVersion() )
{
case wxMOTIF_X: port = _T("Motif"); break;
wxMessageBox(wxString::Format(
_T(
- " wxWindows Library (%s port)\nVersion %u.%u.%u%s, compiled at %s %s\n Copyright (c) 1995-2001 wxWindows team"
+ " wxWindows Library (%s port)\nVersion %u.%u.%u%s, compiled at %s %s\n Copyright (c) 1995-2002 wxWindows team"
),
port.c_str(),
wxMAJOR_VERSION,
void wxWindowBase::CaptureMouse()
{
wxLogTrace(_T("mousecapture"), _T("CaptureMouse(0x%08x)"), this);
-
+
wxWindow *winOld = GetCapture();
if ( winOld )
{