wxWidgets/include/wx/toolbar.h

12 lines
192 B
C
Raw Normal View History

#ifndef __TOOLBARH_BASE__
#define __TOOLBARH_BASE__
#if defined(__WINDOWS__)
#include "wx/tbar95.h"
#elif defined(__GTK__)
#include "wx/gtk/tbargtk.h"
#endif
#endif
// __TOOLBARH_BASE__