1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
16 from stattool
import *
18 from controls
import *
22 class wxMDIParentFramePtr(wxFramePtr
):
23 def __init__(self
,this
):
26 def Create(self
, *_args
, **_kwargs
):
27 val
= apply(mdic
.wxMDIParentFrame_Create
,(self
,) + _args
, _kwargs
)
29 def ActivateNext(self
, *_args
, **_kwargs
):
30 val
= apply(mdic
.wxMDIParentFrame_ActivateNext
,(self
,) + _args
, _kwargs
)
32 def ActivatePrevious(self
, *_args
, **_kwargs
):
33 val
= apply(mdic
.wxMDIParentFrame_ActivatePrevious
,(self
,) + _args
, _kwargs
)
35 def ArrangeIcons(self
, *_args
, **_kwargs
):
36 val
= apply(mdic
.wxMDIParentFrame_ArrangeIcons
,(self
,) + _args
, _kwargs
)
38 def Cascade(self
, *_args
, **_kwargs
):
39 val
= apply(mdic
.wxMDIParentFrame_Cascade
,(self
,) + _args
, _kwargs
)
41 def GetActiveChild(self
, *_args
, **_kwargs
):
42 val
= apply(mdic
.wxMDIParentFrame_GetActiveChild
,(self
,) + _args
, _kwargs
)
44 def GetClientWindow(self
, *_args
, **_kwargs
):
45 val
= apply(mdic
.wxMDIParentFrame_GetClientWindow
,(self
,) + _args
, _kwargs
)
47 def GetToolBar(self
, *_args
, **_kwargs
):
48 val
= apply(mdic
.wxMDIParentFrame_GetToolBar
,(self
,) + _args
, _kwargs
)
50 def Tile(self
, *_args
, **_kwargs
):
51 val
= apply(mdic
.wxMDIParentFrame_Tile
,(self
,) + _args
, _kwargs
)
54 return "<C wxMDIParentFrame instance at %s>" % (self
.this
,)
55 class wxMDIParentFrame(wxMDIParentFramePtr
):
56 def __init__(self
,*_args
,**_kwargs
):
57 self
.this
= apply(mdic
.new_wxMDIParentFrame
,_args
,_kwargs
)
59 self
._setOORInfo
(self
)
63 def wxPreMDIParentFrame(*_args
,**_kwargs
):
64 val
= wxMDIParentFramePtr(apply(mdic
.new_wxPreMDIParentFrame
,_args
,_kwargs
))
70 class wxMDIChildFramePtr(wxFramePtr
):
71 def __init__(self
,this
):
74 def Create(self
, *_args
, **_kwargs
):
75 val
= apply(mdic
.wxMDIChildFrame_Create
,(self
,) + _args
, _kwargs
)
77 def Activate(self
, *_args
, **_kwargs
):
78 val
= apply(mdic
.wxMDIChildFrame_Activate
,(self
,) + _args
, _kwargs
)
80 def Maximize(self
, *_args
, **_kwargs
):
81 val
= apply(mdic
.wxMDIChildFrame_Maximize
,(self
,) + _args
, _kwargs
)
83 def Restore(self
, *_args
, **_kwargs
):
84 val
= apply(mdic
.wxMDIChildFrame_Restore
,(self
,) + _args
, _kwargs
)
87 return "<C wxMDIChildFrame instance at %s>" % (self
.this
,)
88 class wxMDIChildFrame(wxMDIChildFramePtr
):
89 def __init__(self
,*_args
,**_kwargs
):
90 self
.this
= apply(mdic
.new_wxMDIChildFrame
,_args
,_kwargs
)
92 self
._setOORInfo
(self
)
96 def wxPreMDIChildFrame(*_args
,**_kwargs
):
97 val
= wxMDIChildFramePtr(apply(mdic
.new_wxPreMDIChildFrame
,_args
,_kwargs
))
103 class wxMDIClientWindowPtr(wxWindowPtr
):
104 def __init__(self
,this
):
107 def Create(self
, *_args
, **_kwargs
):
108 val
= apply(mdic
.wxMDIClientWindow_Create
,(self
,) + _args
, _kwargs
)
111 return "<C wxMDIClientWindow instance at %s>" % (self
.this
,)
112 class wxMDIClientWindow(wxMDIClientWindowPtr
):
113 def __init__(self
,*_args
,**_kwargs
):
114 self
.this
= apply(mdic
.new_wxMDIClientWindow
,_args
,_kwargs
)
116 self
._setOORInfo
(self
)
120 def wxPreMDIClientWindow(*_args
,**_kwargs
):
121 val
= wxMDIClientWindowPtr(apply(mdic
.new_wxPreMDIClientWindow
,_args
,_kwargs
))
129 #-------------- FUNCTION WRAPPERS ------------------
133 #-------------- VARIABLE WRAPPERS ------------------
135 IDM_WINDOWTILE
= mdic
.IDM_WINDOWTILE
136 IDM_WINDOWTILEHOR
= mdic
.IDM_WINDOWTILEHOR
137 IDM_WINDOWCASCADE
= mdic
.IDM_WINDOWCASCADE
138 IDM_WINDOWICONS
= mdic
.IDM_WINDOWICONS
139 IDM_WINDOWNEXT
= mdic
.IDM_WINDOWNEXT
140 IDM_WINDOWTILEVERT
= mdic
.IDM_WINDOWTILEVERT
141 wxFIRST_MDI_CHILD
= mdic
.wxFIRST_MDI_CHILD
142 wxLAST_MDI_CHILD
= mdic
.wxLAST_MDI_CHILD