]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tbar95.h
some changes to make wxHtmlHelpController easier to subclass
[wxWidgets.git] / include / wx / tbar95.h
CommitLineData
34138703
JS
1#ifndef _WX_TBAR95_H_BASE_
2#define _WX_TBAR95_H_BASE_
10b959e3 3
2049ba38 4#if defined(__WXMSW__)
10b959e3 5#include "wx/msw/tbar95.h"
2049ba38 6#elif defined(__WXMOTIF__)
34138703 7#include "wx/motif/tbar95.h"
2049ba38 8#elif defined(__WXGTK__)
10b959e3 9#include "wx/gtk/tbar95.h"
1777b9bb
DW
10#elif defined(__WXPM__)
11#include "wx/os2/tbar95.h"
10b959e3
JS
12#endif
13
14#endif
34138703 15 // _WX_TBAR95_H_BASE_