]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/tbarmsw.h
Fixes to wxMotif scrolling and colours (wxTreeCtrl/wxListCtrl now seem to work
[wxWidgets.git] / include / wx / tbarmsw.h
... / ...
CommitLineData
1#ifndef _WX_TBARMSW_H_BASE_
2#define _WX_TBARMSW_H_BASE_
3
4#if defined(__WXMSW__)
5#include "wx/msw/tbarmsw.h"
6#elif defined(__WXMOTIF__)
7#include "wx/motif/tbarmsw.h"
8#elif defined(__WXGTK__)
9#include "wx/gtk/tbarmsw.h"
10#endif
11
12#endif
13 // _WX_TBARMSW_H_BASE_