GTK
- wxNotebook added - wxTabCtrl removed - added USE_WXCONFIG option - minor compile fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
11
include/wx/notebook.h
Normal file
11
include/wx/notebook.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __NOTEBOOKH_BASE__
|
||||
#define __NOTEBOOKH_BASE__
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#elif defined(__MOTIF__)
|
||||
#elif defined(__GTK__)
|
||||
#include "wx/gtk/notebook.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// __NOTEBOOKH_BASE__
|
Reference in New Issue
Block a user