]> git.saurik.com Git - wxWidgets.git/blame - wxPython/contrib/dllwidget/dllwidget_.py
don't show generic dir dlg when it's the same as the standard one
[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
12from clip_dnd import *
13
14from events import *
15
16from streams import *
17
18from utils import *
19
20from mdi import *
21
22from frames import *
23
24from stattool import *
25
26from controls import *
27
28from controls2 import *
29
30from windows2 import *
31
32from cmndlgs import *
33
34from windows3 import *
35
36from image import *
37
38from printfw import *
39
40from sizers import *
41
42from filesys import *
43class wxDllWidgetPtr(wxPanelPtr):
44 def __init__(self,this):
45 self.this = this
46 self.thisown = 0
47 def Ok(self, *_args, **_kwargs):
48 val = apply(dllwidget_c.wxDllWidget_Ok,(self,) + _args, _kwargs)
49 return val
50 def SendCommand(self, *_args, **_kwargs):
51 val = apply(dllwidget_c.wxDllWidget_SendCommand,(self,) + _args, _kwargs)
52 return val
ff65119e
RD
53 def GetWidgetWindow(self, *_args, **_kwargs):
54 val = apply(dllwidget_c.wxDllWidget_GetWidgetWindow,(self,) + _args, _kwargs)
4a61305d
RD
55 return val
56 def __repr__(self):
57 return "<C wxDllWidget instance at %s>" % (self.this,)
58class wxDllWidget(wxDllWidgetPtr):
59 def __init__(self,*_args,**_kwargs):
60 self.this = apply(dllwidget_c.new_wxDllWidget,_args,_kwargs)
61 self.thisown = 1
62 self._setOORInfo(self)
63
64
65
66
67
68
69#-------------- FUNCTION WRAPPERS ------------------
70
71wxDllWidget_GetDllExt = dllwidget_c.wxDllWidget_GetDllExt
72
73
74
75#-------------- VARIABLE WRAPPERS ------------------
76