2001-12-06 14:59:37 -05:00
|
|
|
# This file was created automatically by SWIG.
|
|
|
|
import dllwidget_c
|
|
|
|
|
|
|
|
from misc import *
|
|
|
|
|
|
|
|
from misc2 import *
|
|
|
|
|
|
|
|
from windows import *
|
|
|
|
|
|
|
|
from gdi import *
|
|
|
|
|
2002-04-03 13:15:21 -05:00
|
|
|
from fonts import *
|
|
|
|
|
2001-12-06 14:59:37 -05:00
|
|
|
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):
|
2003-07-02 19:13:10 -04:00
|
|
|
val = dllwidget_c.wxDllWidget_Ok(self, *_args, **_kwargs)
|
2001-12-06 14:59:37 -05:00
|
|
|
return val
|
|
|
|
def SendCommand(self, *_args, **_kwargs):
|
2003-07-02 19:13:10 -04:00
|
|
|
val = dllwidget_c.wxDllWidget_SendCommand(self, *_args, **_kwargs)
|
2001-12-06 14:59:37 -05:00
|
|
|
return val
|
2001-12-06 23:32:43 -05:00
|
|
|
def GetWidgetWindow(self, *_args, **_kwargs):
|
2003-07-02 19:13:10 -04:00
|
|
|
val = dllwidget_c.wxDllWidget_GetWidgetWindow(self, *_args, **_kwargs)
|
2001-12-06 14:59:37 -05:00
|
|
|
return val
|
|
|
|
def __repr__(self):
|
2003-07-02 19:13:10 -04:00
|
|
|
return "<%s.%s instance; proxy of C++ wxDllWidget instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
|
2001-12-06 14:59:37 -05:00
|
|
|
class wxDllWidget(wxDllWidgetPtr):
|
|
|
|
def __init__(self,*_args,**_kwargs):
|
2003-07-02 19:13:10 -04:00
|
|
|
self.this = dllwidget_c.new_wxDllWidget(*_args,**_kwargs)
|
2001-12-06 14:59:37 -05:00
|
|
|
self.thisown = 1
|
|
|
|
self._setOORInfo(self)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#-------------- FUNCTION WRAPPERS ------------------
|
|
|
|
|
|
|
|
wxDllWidget_GetDllExt = dllwidget_c.wxDllWidget_GetDllExt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#-------------- VARIABLE WRAPPERS ------------------
|
|
|
|
|