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
)
60 def wxPreMDIParentFrame(*_args
,**_kwargs
):
61 val
= wxMDIParentFramePtr(apply(mdic
.new_wxPreMDIParentFrame
,_args
,_kwargs
))
66 class wxMDIChildFramePtr(wxFramePtr
):
67 def __init__(self
,this
):
70 def Create(self
, *_args
, **_kwargs
):
71 val
= apply(mdic
.wxMDIChildFrame_Create
,(self
,) + _args
, _kwargs
)
73 def Activate(self
, *_args
, **_kwargs
):
74 val
= apply(mdic
.wxMDIChildFrame_Activate
,(self
,) + _args
, _kwargs
)
76 def Maximize(self
, *_args
, **_kwargs
):
77 val
= apply(mdic
.wxMDIChildFrame_Maximize
,(self
,) + _args
, _kwargs
)
79 def Restore(self
, *_args
, **_kwargs
):
80 val
= apply(mdic
.wxMDIChildFrame_Restore
,(self
,) + _args
, _kwargs
)
83 return "<C wxMDIChildFrame instance at %s>" % (self
.this
,)
84 class wxMDIChildFrame(wxMDIChildFramePtr
):
85 def __init__(self
,*_args
,**_kwargs
):
86 self
.this
= apply(mdic
.new_wxMDIChildFrame
,_args
,_kwargs
)
91 def wxPreMDIChildFrame(*_args
,**_kwargs
):
92 val
= wxMDIChildFramePtr(apply(mdic
.new_wxPreMDIChildFrame
,_args
,_kwargs
))
97 class wxMDIClientWindowPtr(wxWindowPtr
):
98 def __init__(self
,this
):
101 def Create(self
, *_args
, **_kwargs
):
102 val
= apply(mdic
.wxMDIClientWindow_Create
,(self
,) + _args
, _kwargs
)
105 return "<C wxMDIClientWindow instance at %s>" % (self
.this
,)
106 class wxMDIClientWindow(wxMDIClientWindowPtr
):
107 def __init__(self
,*_args
,**_kwargs
):
108 self
.this
= apply(mdic
.new_wxMDIClientWindow
,_args
,_kwargs
)
110 #wx._StdWindowCallbacks(self)
111 #wx._StdOnScrollCallbacks(self)
112 #wx._StdWindowCallbacks(self)
113 #wx._StdOnScrollCallbacks(self)
117 def wxPreMDIClientWindow(*_args
,**_kwargs
):
118 val
= wxMDIClientWindowPtr(apply(mdic
.new_wxPreMDIClientWindow
,_args
,_kwargs
))
125 #-------------- FUNCTION WRAPPERS ------------------
129 #-------------- VARIABLE WRAPPERS ------------------