from wxWindow to be loaded from a C++ .dll (or .so) and be used in a wxPython program, without the widget having to be SWIGged first. Various updates for distribs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The SWIG module is named dllwidget_ to avoid name clashes, so
 | 
						|
# this stub just imports everything in it so the firendly module
 | 
						|
# name can be used elsewhere.
 | 
						|
 | 
						|
from dllwidget_ import *
 | 
						|
 |