]> git.saurik.com Git - wxWidgets.git/blame - include/wx/toolbar.h
GTK
[wxWidgets.git] / include / wx / toolbar.h
CommitLineData
c801d85f
KB
1#ifndef __TOOLBARH_BASE__
2#define __TOOLBARH_BASE__
3
4#if defined(__WINDOWS__)
5#include "wx/tbar95.h"
6#elif defined(__GTK__)
7#include "wx/gtk/tbargtk.h"
8#endif
9
10#endif
11 // __TOOLBARH_BASE__