]> git.saurik.com Git - wxWidgets.git/blob - include/wx/toolbar.h
const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem
[wxWidgets.git] / include / wx / toolbar.h
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__