git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			77 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
| # This file was created automatically by SWIG.
 | |
| import dllwidget_c
 | |
| 
 | |
| from misc import *
 | |
| 
 | |
| from misc2 import *
 | |
| 
 | |
| from windows import *
 | |
| 
 | |
| from gdi import *
 | |
| 
 | |
| from clip_dnd import *
 | |
| 
 | |
| from events import *
 | |
| 
 | |
| from streams import *
 | |
| 
 | |
| from utils import *
 | |
| 
 | |
| from mdi import *
 | |
| 
 | |
| from frames import *
 | |
| 
 | |
| from stattool import *
 | |
| 
 | |
| from controls import *
 | |
| 
 | |
| from controls2 import *
 | |
| 
 | |
| from windows2 import *
 | |
| 
 | |
| from cmndlgs import *
 | |
| 
 | |
| from windows3 import *
 | |
| 
 | |
| from image import *
 | |
| 
 | |
| from printfw import *
 | |
| 
 | |
| from sizers import *
 | |
| 
 | |
| from filesys import *
 | |
| class wxDllWidgetPtr(wxPanelPtr):
 | |
|     def __init__(self,this):
 | |
|         self.this = this
 | |
|         self.thisown = 0
 | |
|     def Ok(self, *_args, **_kwargs):
 | |
|         val = apply(dllwidget_c.wxDllWidget_Ok,(self,) + _args, _kwargs)
 | |
|         return val
 | |
|     def SendCommand(self, *_args, **_kwargs):
 | |
|         val = apply(dllwidget_c.wxDllWidget_SendCommand,(self,) + _args, _kwargs)
 | |
|         return val
 | |
|     def GetWidgetWindow(self, *_args, **_kwargs):
 | |
|         val = apply(dllwidget_c.wxDllWidget_GetWidgetWindow,(self,) + _args, _kwargs)
 | |
|         return val
 | |
|     def __repr__(self):
 | |
|         return "<C wxDllWidget instance at %s>" % (self.this,)
 | |
| class wxDllWidget(wxDllWidgetPtr):
 | |
|     def __init__(self,*_args,**_kwargs):
 | |
|         self.this = apply(dllwidget_c.new_wxDllWidget,_args,_kwargs)
 | |
|         self.thisown = 1
 | |
|         self._setOORInfo(self)
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| #-------------- FUNCTION WRAPPERS ------------------
 | |
| 
 | |
| wxDllWidget_GetDllExt = dllwidget_c.wxDllWidget_GetDllExt
 | |
| 
 | |
| 
 | |
| 
 | |
| #-------------- VARIABLE WRAPPERS ------------------
 | |
| 
 |