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 GetWindowMenu(self
, *_args
, **_kwargs
):
49 val
= apply(mdic
.wxMDIParentFrame_GetWindowMenu
,(self
,) + _args
, _kwargs
)
51 def SetWindowMenu(self
, *_args
, **_kwargs
):
52 val
= apply(mdic
.wxMDIParentFrame_SetWindowMenu
,(self
,) + _args
, _kwargs
)
54 def SetToolBar(self
, *_args
, **_kwargs
):
55 val
= apply(mdic
.wxMDIParentFrame_SetToolBar
,(self
,) + _args
, _kwargs
)
57 def Tile(self
, *_args
, **_kwargs
):
58 val
= apply(mdic
.wxMDIParentFrame_Tile
,(self
,) + _args
, _kwargs
)
61 return "<C wxMDIParentFrame instance at %s>" % (self
.this
,)
62 class wxMDIParentFrame(wxMDIParentFramePtr
):
63 def __init__(self
,*_args
,**_kwargs
):
64 self
.this
= apply(mdic
.new_wxMDIParentFrame
,_args
,_kwargs
)
69 def wxPreMDIParentFrame(*_args
,**_kwargs
):
70 val
= wxMDIParentFramePtr(apply(mdic
.new_wxPreMDIParentFrame
,_args
,_kwargs
))
75 class wxMDIChildFramePtr(wxFramePtr
):
76 def __init__(self
,this
):
79 def Create(self
, *_args
, **_kwargs
):
80 val
= apply(mdic
.wxMDIChildFrame_Create
,(self
,) + _args
, _kwargs
)
82 def Activate(self
, *_args
, **_kwargs
):
83 val
= apply(mdic
.wxMDIChildFrame_Activate
,(self
,) + _args
, _kwargs
)
85 def Maximize(self
, *_args
, **_kwargs
):
86 val
= apply(mdic
.wxMDIChildFrame_Maximize
,(self
,) + _args
, _kwargs
)
88 def Restore(self
, *_args
, **_kwargs
):
89 val
= apply(mdic
.wxMDIChildFrame_Restore
,(self
,) + _args
, _kwargs
)
92 return "<C wxMDIChildFrame instance at %s>" % (self
.this
,)
93 class wxMDIChildFrame(wxMDIChildFramePtr
):
94 def __init__(self
,*_args
,**_kwargs
):
95 self
.this
= apply(mdic
.new_wxMDIChildFrame
,_args
,_kwargs
)
100 def wxPreMDIChildFrame(*_args
,**_kwargs
):
101 val
= wxMDIChildFramePtr(apply(mdic
.new_wxPreMDIChildFrame
,_args
,_kwargs
))
106 class wxMDIClientWindowPtr(wxWindowPtr
):
107 def __init__(self
,this
):
110 def Create(self
, *_args
, **_kwargs
):
111 val
= apply(mdic
.wxMDIClientWindow_Create
,(self
,) + _args
, _kwargs
)
114 return "<C wxMDIClientWindow instance at %s>" % (self
.this
,)
115 class wxMDIClientWindow(wxMDIClientWindowPtr
):
116 def __init__(self
,*_args
,**_kwargs
):
117 self
.this
= apply(mdic
.new_wxMDIClientWindow
,_args
,_kwargs
)
119 #wx._StdWindowCallbacks(self)
120 #wx._StdOnScrollCallbacks(self)
121 #wx._StdWindowCallbacks(self)
122 #wx._StdOnScrollCallbacks(self)
126 def wxPreMDIClientWindow(*_args
,**_kwargs
):
127 val
= wxMDIClientWindowPtr(apply(mdic
.new_wxPreMDIClientWindow
,_args
,_kwargs
))
134 #-------------- FUNCTION WRAPPERS ------------------
138 #-------------- VARIABLE WRAPPERS ------------------