1998-06-02 19:04:33 +00:00
|
|
|
#ifndef __NOTEBOOKH_BASE__
|
|
|
|
#define __NOTEBOOKH_BASE__
|
|
|
|
|
1998-07-10 14:15:17 +00:00
|
|
|
#if defined(__WXMSW__)
|
1998-06-22 21:50:11 +00:00
|
|
|
#include "wx/msw/notebook.h"
|
1998-07-10 14:15:17 +00:00
|
|
|
#elif defined(__WXMOTIF__)
|
1998-06-22 21:50:11 +00:00
|
|
|
#error "wxNotebook not implemented under Motif"
|
1998-07-10 14:15:17 +00:00
|
|
|
#elif defined(__WXGTK__)
|
1998-06-02 19:04:33 +00:00
|
|
|
#include "wx/gtk/notebook.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// __NOTEBOOKH_BASE__
|