]> git.saurik.com Git - wxWidgets.git/blame - include/wx/notebook.h
Made listctrl header BG grey again
[wxWidgets.git] / include / wx / notebook.h
CommitLineData
34138703
JS
1#ifndef _WX_NOTEBOOK_H_BASE_
2#define _WX_NOTEBOOK_H_BASE_
53b28675 3
2049ba38 4#if defined(__WXMSW__)
1e6d9499
JS
5#ifdef __WIN16__
6 #include "wx/generic/notebook.h"
7#else
6a415c9a 8 #include "wx/msw/notebook.h"
1e6d9499 9#endif
2049ba38 10#elif defined(__WXMOTIF__)
793f619f 11 #include "wx/generic/notebook.h"
2049ba38 12#elif defined(__WXGTK__)
53b28675 13 #include "wx/gtk/notebook.h"
b4e76e0d
RR
14#elif defined(__WXQT__)
15 #include "wx/qt/notebook.h"
34138703
JS
16#elif defined(__WXMAC__)
17 #include "wx/mac/notebook.h"
18#elif defined(__WXSTUBS__)
19 #include "wx/stubs/notebook.h"
53b28675
RR
20#endif
21
22#endif
34138703 23 // _WX_NOTEBOOK_H_BASE_