git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			14 lines
		
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __NOTEBOOKH_BASE__
 | 
						|
#define __NOTEBOOKH_BASE__
 | 
						|
 | 
						|
#if defined(__WINDOWS__)
 | 
						|
  #include  "wx/msw/notebook.h"
 | 
						|
#elif defined(__MOTIF__)
 | 
						|
  #error "wxNotebook not implemented under Motif"
 | 
						|
#elif defined(__GTK__)
 | 
						|
  #include  "wx/gtk/notebook.h"
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 | 
						|
    // __NOTEBOOKH_BASE__
 |