]>
Commit | Line | Data |
---|---|---|
e6056257 RD |
1 | # This file was created automatically by SWIG. |
2 | import mdic | |
3 | ||
4 | from misc import * | |
5 | ||
6 | from windows import * | |
7 | ||
8 | from gdi import * | |
9 | ||
10 | from clip_dnd import * | |
11 | ||
12 | from frames import * | |
13 | ||
14 | from stattool import * | |
15 | ||
16 | from controls import * | |
17 | ||
18 | from events import * | |
19 | import wx | |
20 | class wxMDIParentFramePtr(wxFramePtr): | |
21 | def __init__(self,this): | |
22 | self.this = this | |
23 | self.thisown = 0 | |
24 | def Create(self, *_args, **_kwargs): | |
25 | val = apply(mdic.wxMDIParentFrame_Create,(self,) + _args, _kwargs) | |
26 | return val | |
27 | def ActivateNext(self, *_args, **_kwargs): | |
28 | val = apply(mdic.wxMDIParentFrame_ActivateNext,(self,) + _args, _kwargs) | |
29 | return val | |
30 | def ActivatePrevious(self, *_args, **_kwargs): | |
31 | val = apply(mdic.wxMDIParentFrame_ActivatePrevious,(self,) + _args, _kwargs) | |
32 | return val | |
33 | def ArrangeIcons(self, *_args, **_kwargs): | |
34 | val = apply(mdic.wxMDIParentFrame_ArrangeIcons,(self,) + _args, _kwargs) | |
35 | return val | |
36 | def Cascade(self, *_args, **_kwargs): | |
37 | val = apply(mdic.wxMDIParentFrame_Cascade,(self,) + _args, _kwargs) | |
38 | return val | |
39 | def GetActiveChild(self, *_args, **_kwargs): | |
40 | val = apply(mdic.wxMDIParentFrame_GetActiveChild,(self,) + _args, _kwargs) | |
41 | return val | |
42 | def GetClientWindow(self, *_args, **_kwargs): | |
43 | val = apply(mdic.wxMDIParentFrame_GetClientWindow,(self,) + _args, _kwargs) | |
44 | return val | |
45 | def GetToolBar(self, *_args, **_kwargs): | |
46 | val = apply(mdic.wxMDIParentFrame_GetToolBar,(self,) + _args, _kwargs) | |
47 | return val | |
48 | def Tile(self, *_args, **_kwargs): | |
49 | val = apply(mdic.wxMDIParentFrame_Tile,(self,) + _args, _kwargs) | |
50 | return val | |
51 | def __repr__(self): | |
52 | return "<C wxMDIParentFrame instance at %s>" % (self.this,) | |
53 | class wxMDIParentFrame(wxMDIParentFramePtr): | |
54 | def __init__(self,*_args,**_kwargs): | |
55 | self.this = apply(mdic.new_wxMDIParentFrame,_args,_kwargs) | |
56 | self.thisown = 1 | |
57 | self._setOORInfo(self) | |
58 | ||
59 | ||
60 | ||
61 | def wxPreMDIParentFrame(*_args,**_kwargs): | |
62 | val = wxMDIParentFramePtr(apply(mdic.new_wxPreMDIParentFrame,_args,_kwargs)) | |
63 | val.thisown = 1 | |
64 | val._setOORInfo(val) | |
65 | return val | |
66 | ||
67 | ||
68 | class wxMDIChildFramePtr(wxFramePtr): | |
69 | def __init__(self,this): | |
70 | self.this = this | |
71 | self.thisown = 0 | |
72 | def Create(self, *_args, **_kwargs): | |
73 | val = apply(mdic.wxMDIChildFrame_Create,(self,) + _args, _kwargs) | |
74 | return val | |
75 | def Activate(self, *_args, **_kwargs): | |
76 | val = apply(mdic.wxMDIChildFrame_Activate,(self,) + _args, _kwargs) | |
77 | return val | |
78 | def Maximize(self, *_args, **_kwargs): | |
79 | val = apply(mdic.wxMDIChildFrame_Maximize,(self,) + _args, _kwargs) | |
80 | return val | |
81 | def Restore(self, *_args, **_kwargs): | |
82 | val = apply(mdic.wxMDIChildFrame_Restore,(self,) + _args, _kwargs) | |
83 | return val | |
84 | def __repr__(self): | |
85 | return "<C wxMDIChildFrame instance at %s>" % (self.this,) | |
86 | class wxMDIChildFrame(wxMDIChildFramePtr): | |
87 | def __init__(self,*_args,**_kwargs): | |
88 | self.this = apply(mdic.new_wxMDIChildFrame,_args,_kwargs) | |
89 | self.thisown = 1 | |
90 | self._setOORInfo(self) | |
91 | ||
92 | ||
93 | ||
94 | def wxPreMDIChildFrame(*_args,**_kwargs): | |
95 | val = wxMDIChildFramePtr(apply(mdic.new_wxPreMDIChildFrame,_args,_kwargs)) | |
96 | val.thisown = 1 | |
97 | val._setOORInfo(val) | |
98 | return val | |
99 | ||
100 | ||
101 | class wxMDIClientWindowPtr(wxWindowPtr): | |
102 | def __init__(self,this): | |
103 | self.this = this | |
104 | self.thisown = 0 | |
105 | def Create(self, *_args, **_kwargs): | |
106 | val = apply(mdic.wxMDIClientWindow_Create,(self,) + _args, _kwargs) | |
107 | return val | |
108 | def __repr__(self): | |
109 | return "<C wxMDIClientWindow instance at %s>" % (self.this,) | |
110 | class wxMDIClientWindow(wxMDIClientWindowPtr): | |
111 | def __init__(self,*_args,**_kwargs): | |
112 | self.this = apply(mdic.new_wxMDIClientWindow,_args,_kwargs) | |
113 | self.thisown = 1 | |
114 | self._setOORInfo(self) | |
115 | ||
116 | ||
117 | ||
118 | def wxPreMDIClientWindow(*_args,**_kwargs): | |
119 | val = wxMDIClientWindowPtr(apply(mdic.new_wxPreMDIClientWindow,_args,_kwargs)) | |
120 | val.thisown = 1 | |
121 | val._setOORInfo(val) | |
122 | return val | |
123 | ||
124 | ||
125 | ||
126 | ||
127 | #-------------- FUNCTION WRAPPERS ------------------ | |
128 | ||
129 | ||
130 | ||
131 | #-------------- VARIABLE WRAPPERS ------------------ | |
132 | ||
c3bfa1cb RD |
133 | IDM_WINDOWTILE = mdic.IDM_WINDOWTILE |
134 | IDM_WINDOWTILEHOR = mdic.IDM_WINDOWTILEHOR | |
135 | IDM_WINDOWCASCADE = mdic.IDM_WINDOWCASCADE | |
136 | IDM_WINDOWICONS = mdic.IDM_WINDOWICONS | |
137 | IDM_WINDOWNEXT = mdic.IDM_WINDOWNEXT | |
138 | IDM_WINDOWTILEVERT = mdic.IDM_WINDOWTILEVERT | |
139 | wxFIRST_MDI_CHILD = mdic.wxFIRST_MDI_CHILD | |
140 | wxLAST_MDI_CHILD = mdic.wxLAST_MDI_CHILD |