GTK wxBitmapButton added
[wxWidgets.git] / include / wx / button.h
0 / 13 (  0%)
CommitLineData
1#ifndef __BUTTONH_BASE__
2#define __BUTTONH_BASE__
3
4#if defined(__WINDOWS__)
5#include "wx/msw/button.h"
6#elif defined(__MOTIF__)
7#include "wx/xt/button.h"
8#elif defined(__GTK__)
9#include "wx/gtk/button.h"
10#endif
11
12#endif
13 // __BUTTONH_BASE__