#include "wx/event.h"
#include "wx/app.h"
#include "wx/brush.h"
+#include "wx/scrolwin.h"
#endif
#include "wx/stattext.h"
);
SubclassWin(m_hWnd);
- wxControl::SetFont(pParent->GetFont());
+ wxControl::SetFont(*wxSMALL_FONT);
SetSize( nX
,nY
,nWidth
,lParam
);
} // end of wxStaticText::OS2WindowProc
-
-