1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
14 from stattool
import *
16 from controls
import *
20 class wxMDIParentFramePtr(wxFramePtr
):
21 def __init__(self
,this
):
24 def Create(self
, *_args
, **_kwargs
):
25 val
= apply(mdic
.wxMDIParentFrame_Create
,(self
,) + _args
, _kwargs
)
27 def ActivateNext(self
, *_args
, **_kwargs
):
28 val
= apply(mdic
.wxMDIParentFrame_ActivateNext
,(self
,) + _args
, _kwargs
)
30 def ActivatePrevious(self
, *_args
, **_kwargs
):
31 val
= apply(mdic
.wxMDIParentFrame_ActivatePrevious
,(self
,) + _args
, _kwargs
)
33 def ArrangeIcons(self
, *_args
, **_kwargs
):
34 val
= apply(mdic
.wxMDIParentFrame_ArrangeIcons
,(self
,) + _args
, _kwargs
)
36 def Cascade(self
, *_args
, **_kwargs
):
37 val
= apply(mdic
.wxMDIParentFrame_Cascade
,(self
,) + _args
, _kwargs
)
39 def GetActiveChild(self
, *_args
, **_kwargs
):
40 val
= apply(mdic
.wxMDIParentFrame_GetActiveChild
,(self
,) + _args
, _kwargs
)
42 def GetClientWindow(self
, *_args
, **_kwargs
):
43 val
= apply(mdic
.wxMDIParentFrame_GetClientWindow
,(self
,) + _args
, _kwargs
)
45 def GetToolBar(self
, *_args
, **_kwargs
):
46 val
= apply(mdic
.wxMDIParentFrame_GetToolBar
,(self
,) + _args
, _kwargs
)
48 def Tile(self
, *_args
, **_kwargs
):
49 val
= apply(mdic
.wxMDIParentFrame_Tile
,(self
,) + _args
, _kwargs
)
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
)
57 self
._setOORInfo
(self
)
61 def wxPreMDIParentFrame(*_args
,**_kwargs
):
62 val
= wxMDIParentFramePtr(apply(mdic
.new_wxPreMDIParentFrame
,_args
,_kwargs
))
68 class wxMDIChildFramePtr(wxFramePtr
):
69 def __init__(self
,this
):
72 def Create(self
, *_args
, **_kwargs
):
73 val
= apply(mdic
.wxMDIChildFrame_Create
,(self
,) + _args
, _kwargs
)
75 def Activate(self
, *_args
, **_kwargs
):
76 val
= apply(mdic
.wxMDIChildFrame_Activate
,(self
,) + _args
, _kwargs
)
78 def Maximize(self
, *_args
, **_kwargs
):
79 val
= apply(mdic
.wxMDIChildFrame_Maximize
,(self
,) + _args
, _kwargs
)
81 def Restore(self
, *_args
, **_kwargs
):
82 val
= apply(mdic
.wxMDIChildFrame_Restore
,(self
,) + _args
, _kwargs
)
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
)
90 self
._setOORInfo
(self
)
94 def wxPreMDIChildFrame(*_args
,**_kwargs
):
95 val
= wxMDIChildFramePtr(apply(mdic
.new_wxPreMDIChildFrame
,_args
,_kwargs
))
101 class wxMDIClientWindowPtr(wxWindowPtr
):
102 def __init__(self
,this
):
105 def Create(self
, *_args
, **_kwargs
):
106 val
= apply(mdic
.wxMDIClientWindow_Create
,(self
,) + _args
, _kwargs
)
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
)
114 self
._setOORInfo
(self
)
118 def wxPreMDIClientWindow(*_args
,**_kwargs
):
119 val
= wxMDIClientWindowPtr(apply(mdic
.new_wxPreMDIClientWindow
,_args
,_kwargs
))
127 #-------------- FUNCTION WRAPPERS ------------------
131 #-------------- VARIABLE WRAPPERS ------------------