]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/brush.h
wxUSE_BUTTONBAR removed.
[wxWidgets.git] / include / wx / brush.h
... / ...
CommitLineData
1#ifndef _WX_BRUSH_H_BASE_
2#define _WX_BRUSH_H_BASE_
3
4#if defined(__WXMSW__)
5 #include "wx/msw/brush.h"
6#elif defined(__WXMOTIF__) || defined(__WXX11__)
7 #include "wx/x11/brush.h"
8#elif defined(__WXGTK__)
9 #include "wx/gtk/brush.h"
10#elif defined(__WXMGL__)
11 #include "wx/mgl/brush.h"
12#elif defined(__WXMAC__)
13 #include "wx/mac/brush.h"
14#elif defined(__WXCOCOA__)
15 #include "wx/cocoa/brush.h"
16#elif defined(__WXPM__)
17 #include "wx/os2/brush.h"
18#endif
19
20#endif
21 // _WX_BRUSH_H_BASE_