]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/statbmp.h
If -1 is passed to InsertItem for the imageIndex then don't set wxLIST_MASK_IMAGE
[wxWidgets.git] / include / wx / osx / statbmp.h
1 #if wxOSX_USE_CARBON
2 #include "wx/osx/carbon/statbmp.h"
3 #else
4 #define wxGenericStaticBitmap wxStaticBitmap
5 #include "wx/generic/statbmpg.h"
6 #endif