]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/dllwidget/dllwidget_.py
Applied new master define for CommandBar vs. PocketPC mixed bar.
[wxWidgets.git] / wxPython / contrib / dllwidget / dllwidget_.py
CommitLineData
4a61305d
RD
1# This file was created automatically by SWIG.
2import dllwidget_c
3
4from misc import *
5
6from misc2 import *
7
8from windows import *
9
10from gdi import *
11
68bc8549
RD
12from fonts import *
13
4a61305d
RD
14from clip_dnd import *
15
16from events import *
17
18from streams import *
19
20from utils import *
21
22from mdi import *
23
24from frames import *
25
26from stattool import *
27
28from controls import *
29
30from controls2 import *
31
32from windows2 import *
33
34from cmndlgs import *
35
36from windows3 import *
37
38from image import *
39
40from printfw import *
41
42from sizers import *
43
44from filesys import *
45class wxDllWidgetPtr(wxPanelPtr):
46 def __init__(self,this):
47 self.this = this
48 self.thisown = 0
49 def Ok(self, *_args, **_kwargs):
1fded56b 50 val = dllwidget_c.wxDllWidget_Ok(self, *_args, **_kwargs)
4a61305d
RD
51 return val
52 def SendCommand(self, *_args, **_kwargs):
1fded56b 53 val = dllwidget_c.wxDllWidget_SendCommand(self, *_args, **_kwargs)
4a61305d 54 return val
ff65119e 55 def GetWidgetWindow(self, *_args, **_kwargs):
1fded56b 56 val = dllwidget_c.wxDllWidget_GetWidgetWindow(self, *_args, **_kwargs)
4a61305d
RD
57 return val
58 def __repr__(self):
1fded56b 59 return "<%s.%s instance; proxy of C++ wxDllWidget instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this)
4a61305d
RD
60class wxDllWidget(wxDllWidgetPtr):
61 def __init__(self,*_args,**_kwargs):
1fded56b 62 self.this = dllwidget_c.new_wxDllWidget(*_args,**_kwargs)
4a61305d
RD
63 self.thisown = 1
64 self._setOORInfo(self)
65
66
67
68
69
70
71#-------------- FUNCTION WRAPPERS ------------------
72
73wxDllWidget_GetDllExt = dllwidget_c.wxDllWidget_GetDllExt
74
75
76
77#-------------- VARIABLE WRAPPERS ------------------
78