]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tabctrl.h
wxRegConfig now works correctly again
[wxWidgets.git] / include / wx / tabctrl.h
CommitLineData
34138703
JS
1#ifndef _WX_TABCTRL_H_BASE_
2#define _WX_TABCTRL_H_BASE_
c801d85f 3
2049ba38 4#if defined(__WXMSW__)
c801d85f 5#include "wx/msw/tabctrl.h"
2049ba38 6#elif defined(__WXMOTIF__)
34138703 7#include "wx/motif/tabctrl.h"
2049ba38 8#elif defined(__WXGTK__)
34138703
JS
9#elif defined(__WXMAC__)
10#include "wx/mac/tabctrl.h"
11#elif defined(__WXSTUBS__)
12#include "wx/stubs/tabctrl.h"
c801d85f
KB
13#endif
14
15#endif
34138703 16 // _WX_TABCTRL_H_BASE_