New native OS/2 list control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2003-01-21 23:35:16 +00:00
parent c220541de4
commit 9794cae1b3
2 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#endif
#include "wx/fontenc.h"
#include "wx/colour.h"
class WXDLLEXPORT wxFont;
class WXDLLEXPORT wxWindow;
@@ -342,5 +343,6 @@ WXDLLEXPORT extern wxBitmap wxDisableBitmap( const wxBitmap& rBmp
,long lColor
);
WXDLLEXPORT extern COLORREF wxColourToRGB(const wxColour& rColor);
#endif // _WX_PRIVATE_H_

View File

@@ -371,6 +371,8 @@ public:
,WXMEASUREITEMSTRUCT* pItem
);
virtual void OnPaint(wxPaintEvent& rEvent);
// the rest are not virtual
bool HandleCreate( WXLPCREATESTRUCT vCs
,bool* pMayCreate