]>
Commit | Line | Data |
---|---|---|
4a61305d RD |
1 | # This file was created automatically by SWIG. |
2 | import dllwidget_c | |
3 | ||
4 | from misc import * | |
5 | ||
6 | from misc2 import * | |
7 | ||
8 | from windows import * | |
9 | ||
10 | from gdi import * | |
11 | ||
12 | from clip_dnd import * | |
13 | ||
14 | from events import * | |
15 | ||
16 | from streams import * | |
17 | ||
18 | from utils import * | |
19 | ||
20 | from mdi import * | |
21 | ||
22 | from frames import * | |
23 | ||
24 | from stattool import * | |
25 | ||
26 | from controls import * | |
27 | ||
28 | from controls2 import * | |
29 | ||
30 | from windows2 import * | |
31 | ||
32 | from cmndlgs import * | |
33 | ||
34 | from windows3 import * | |
35 | ||
36 | from image import * | |
37 | ||
38 | from printfw import * | |
39 | ||
40 | from sizers import * | |
41 | ||
42 | from filesys import * | |
43 | class 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,) | |
58 | class 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 | ||
71 | wxDllWidget_GetDllExt = dllwidget_c.wxDllWidget_GetDllExt | |
72 | ||
73 | ||
74 | ||
75 | #-------------- VARIABLE WRAPPERS ------------------ | |
76 |