1998-06-02 15:04:33 -04:00
|
|
|
#ifndef __NOTEBOOKH_BASE__
|
|
|
|
#define __NOTEBOOKH_BASE__
|
|
|
|
|
|
|
|
#if defined(__WINDOWS__)
|
1998-06-22 17:50:11 -04:00
|
|
|
#include "wx/msw/notebook.h"
|
1998-06-02 15:04:33 -04:00
|
|
|
#elif defined(__MOTIF__)
|
1998-06-22 17:50:11 -04:00
|
|
|
#error "wxNotebook not implemented under Motif"
|
1998-06-02 15:04:33 -04:00
|
|
|
#elif defined(__GTK__)
|
|
|
|
#include "wx/gtk/notebook.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// __NOTEBOOKH_BASE__
|