]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/dllwidget/dllwidget_.py
typo fixed: should be lpthread, not -lpthread in THREAD_OPTS
[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):
50 val = apply(dllwidget_c.wxDllWidget_Ok,(self,) + _args, _kwargs)
51 return val
52 def SendCommand(self, *_args, **_kwargs):
53 val = apply(dllwidget_c.wxDllWidget_SendCommand,(self,) + _args, _kwargs)
54 return val
ff65119e
RD
55 def GetWidgetWindow(self, *_args, **_kwargs):
56 val = apply(dllwidget_c.wxDllWidget_GetWidgetWindow,(self,) + _args, _kwargs)
4a61305d
RD
57 return val
58 def __repr__(self):
59 return "<C wxDllWidget instance at %s>" % (self.this,)
60class wxDllWidget(wxDllWidgetPtr):
61 def __init__(self,*_args,**_kwargs):
62 self.this = apply(dllwidget_c.new_wxDllWidget,_args,_kwargs)
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