#pragma hdrstop
#endif
+#if wxUSE_STATBMP
+
#include "wx/window.h"
#include "wx/msw/private.h"
int winstyle = BS_OWNERDRAW;
#endif // Win32
+ if ( m_windowStyle & wxCLIP_SIBLINGS )
+ winstyle |= WS_CLIPSIBLINGS;
+
+
m_hWnd = (WXHWND)::CreateWindow
(
classname,
return wxWindow::MSWWindowProc(nMsg, wParam, lParam);
}
+#endif // wxUSE_STATBMP