]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/statbmp.h
1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them
[wxWidgets.git] / include / wx / statbmp.h
... / ...
CommitLineData
1#ifndef _WX_STATBMP_H_BASE_
2#define _WX_STATBMP_H_BASE_
3
4#if defined(__WXMSW__)
5#include "wx/msw/statbmp.h"
6#elif defined(__WXMOTIF__)
7#include "wx/motif/statbmp.h"
8#elif defined(__WXGTK__)
9#include "wx/gtk/statbmp.h"
10#elif defined(__WXQT__)
11#include "wx/qt/statbmp.h"
12#elif defined(__WXMAC__)
13#include "wx/mac/statbmp.h"
14#elif defined(__WXSTUBS__)
15#include "wx/stubs/statbmp.h"
16#endif
17
18#endif
19 // _WX_STATBMP_H_BASE_