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:
@@ -35,6 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/fontenc.h"
|
#include "wx/fontenc.h"
|
||||||
|
#include "wx/colour.h"
|
||||||
|
|
||||||
class WXDLLEXPORT wxFont;
|
class WXDLLEXPORT wxFont;
|
||||||
class WXDLLEXPORT wxWindow;
|
class WXDLLEXPORT wxWindow;
|
||||||
@@ -342,5 +343,6 @@ WXDLLEXPORT extern wxBitmap wxDisableBitmap( const wxBitmap& rBmp
|
|||||||
,long lColor
|
,long lColor
|
||||||
);
|
);
|
||||||
|
|
||||||
|
WXDLLEXPORT extern COLORREF wxColourToRGB(const wxColour& rColor);
|
||||||
#endif // _WX_PRIVATE_H_
|
#endif // _WX_PRIVATE_H_
|
||||||
|
|
||||||
|
@@ -371,6 +371,8 @@ public:
|
|||||||
,WXMEASUREITEMSTRUCT* pItem
|
,WXMEASUREITEMSTRUCT* pItem
|
||||||
);
|
);
|
||||||
|
|
||||||
|
virtual void OnPaint(wxPaintEvent& rEvent);
|
||||||
|
|
||||||
// the rest are not virtual
|
// the rest are not virtual
|
||||||
bool HandleCreate( WXLPCREATESTRUCT vCs
|
bool HandleCreate( WXLPCREATESTRUCT vCs
|
||||||
,bool* pMayCreate
|
,bool* pMayCreate
|
||||||
|
Reference in New Issue
Block a user