]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
document column reordering in wxListCtrl; fix confusion between GetColumnOrder()...
[wxWidgets.git] / include / wx / msw / statbmp.h
index 39f6202e3ca1023ba8c1d6d3a41740e14150a521..7989fce4bc7bdc0b9c3c98261a80c485dedb116c 100644 (file)
@@ -70,9 +70,11 @@ protected:
     void SetImage(const wxGDIImage* image);
     void SetImageNoCopy( wxGDIImage* image );
 
+#ifndef __WXWINCE__
     // draw the bitmap ourselves here if the OS can't do it correctly (if it
     // can we leave it to it)
     void DoPaintManually(wxPaintEvent& event);
+#endif // !__WXWINCE__
 
 
     // we can have either an icon or a bitmap