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 GetWindowMenu(self
, *_args
, **_kwargs
):
51 val
= apply(mdic
.wxMDIParentFrame_GetWindowMenu
,(self
,) + _args
, _kwargs
)
53 def SetWindowMenu(self
, *_args
, **_kwargs
):
54 val
= apply(mdic
.wxMDIParentFrame_SetWindowMenu
,(self
,) + _args
, _kwargs
)
56 def SetToolBar(self
, *_args
, **_kwargs
):
57 val
= apply(mdic
.wxMDIParentFrame_SetToolBar
,(self
,) + _args
, _kwargs
)
59 def Tile(self
, *_args
, **_kwargs
):
60 val
= apply(mdic
.wxMDIParentFrame_Tile
,(self
,) + _args
, _kwargs
)
63 return "<C wxMDIParentFrame instance at %s>" % (self
.this
,)
64 class wxMDIParentFrame(wxMDIParentFramePtr
):
65 def __init__(self
,*_args
,**_kwargs
):
66 self
.this
= apply(mdic
.new_wxMDIParentFrame
,_args
,_kwargs
)
68 self
._setOORInfo
(self
)
72 def wxPreMDIParentFrame(*_args
,**_kwargs
):
73 val
= wxMDIParentFramePtr(apply(mdic
.new_wxPreMDIParentFrame
,_args
,_kwargs
))
79 class wxMDIChildFramePtr(wxFramePtr
):
80 def __init__(self
,this
):
83 def Create(self
, *_args
, **_kwargs
):
84 val
= apply(mdic
.wxMDIChildFrame_Create
,(self
,) + _args
, _kwargs
)
86 def Activate(self
, *_args
, **_kwargs
):
87 val
= apply(mdic
.wxMDIChildFrame_Activate
,(self
,) + _args
, _kwargs
)
89 def Maximize(self
, *_args
, **_kwargs
):
90 val
= apply(mdic
.wxMDIChildFrame_Maximize
,(self
,) + _args
, _kwargs
)
92 def Restore(self
, *_args
, **_kwargs
):
93 val
= apply(mdic
.wxMDIChildFrame_Restore
,(self
,) + _args
, _kwargs
)
96 return "<C wxMDIChildFrame instance at %s>" % (self
.this
,)
97 class wxMDIChildFrame(wxMDIChildFramePtr
):
98 def __init__(self
,*_args
,**_kwargs
):
99 self
.this
= apply(mdic
.new_wxMDIChildFrame
,_args
,_kwargs
)
101 self
._setOORInfo
(self
)
105 def wxPreMDIChildFrame(*_args
,**_kwargs
):
106 val
= wxMDIChildFramePtr(apply(mdic
.new_wxPreMDIChildFrame
,_args
,_kwargs
))
112 class wxMDIClientWindowPtr(wxWindowPtr
):
113 def __init__(self
,this
):
116 def Create(self
, *_args
, **_kwargs
):
117 val
= apply(mdic
.wxMDIClientWindow_Create
,(self
,) + _args
, _kwargs
)
120 return "<C wxMDIClientWindow instance at %s>" % (self
.this
,)
121 class wxMDIClientWindow(wxMDIClientWindowPtr
):
122 def __init__(self
,*_args
,**_kwargs
):
123 self
.this
= apply(mdic
.new_wxMDIClientWindow
,_args
,_kwargs
)
125 self
._setOORInfo
(self
)
129 def wxPreMDIClientWindow(*_args
,**_kwargs
):
130 val
= wxMDIClientWindowPtr(apply(mdic
.new_wxPreMDIClientWindow
,_args
,_kwargs
))
138 #-------------- FUNCTION WRAPPERS ------------------
142 #-------------- VARIABLE WRAPPERS ------------------
144 IDM_WINDOWTILE
= mdic
.IDM_WINDOWTILE
145 IDM_WINDOWTILEHOR
= mdic
.IDM_WINDOWTILEHOR
146 IDM_WINDOWCASCADE
= mdic
.IDM_WINDOWCASCADE
147 IDM_WINDOWICONS
= mdic
.IDM_WINDOWICONS
148 IDM_WINDOWNEXT
= mdic
.IDM_WINDOWNEXT
149 IDM_WINDOWTILEVERT
= mdic
.IDM_WINDOWTILEVERT
150 wxFIRST_MDI_CHILD
= mdic
.wxFIRST_MDI_CHILD
151 wxLAST_MDI_CHILD
= mdic
.wxLAST_MDI_CHILD