]> git.saurik.com Git - wxWidgets.git/blame - include/wx/bmpbuttn.h
made pre-compiling the python files optional
[wxWidgets.git] / include / wx / bmpbuttn.h
CommitLineData
c801d85f
KB
1#ifndef __BMPBUTTONH_BASE__
2#define __BMPBUTTONH_BASE__
3
2049ba38 4#if defined(__WXMSW__)
c801d85f 5#include "wx/msw/bmpbuttn.h"
2049ba38 6#elif defined(__WXMOTIF__)
c801d85f 7#include "wx/xt/bmpbuttn.h"
2049ba38 8#elif defined(__WXGTK__)
c801d85f 9#include "wx/gtk/bmpbuttn.h"
b4e76e0d
RR
10#elif defined(__WXQT__)
11#include "wx/qt/bmpbuttn.h"
c801d85f
KB
12#endif
13
14#endif