Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		
							
								
								
									
										13
									
								
								include/wx/tabctrl.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								include/wx/tabctrl.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| #ifndef __TABCTRLH_BASE__ | ||||
| #define __TABCTRLH_BASE__ | ||||
|  | ||||
| #if defined(__WINDOWS__) | ||||
| #include "wx/msw/tabctrl.h" | ||||
| #elif defined(__MOTIF__) | ||||
| #include "wx/xt/tabctrl.h" | ||||
| #elif defined(__GTK__) | ||||
| #include "wx/gtk/tabctrl.h" | ||||
| #endif | ||||
|  | ||||
| #endif | ||||
|     // __TABCTRLH_BASE__ | ||||
		Reference in New Issue
	
	Block a user