]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/mdi.py
1 # This file was created automatically by SWIG.
9 class wxMDIParentFramePtr(wxFramePtr
):
10 def __init__(self
,this
):
13 def ActivateNext(self
):
14 val
= mdic
.wxMDIParentFrame_ActivateNext(self
.this
)
16 def ActivatePrevious(self
):
17 val
= mdic
.wxMDIParentFrame_ActivatePrevious(self
.this
)
19 def ArrangeIcons(self
):
20 val
= mdic
.wxMDIParentFrame_ArrangeIcons(self
.this
)
23 val
= mdic
.wxMDIParentFrame_Cascade(self
.this
)
25 def GetClientSize(self
):
26 val
= mdic
.wxMDIParentFrame_GetClientSize(self
.this
)
28 def GetActiveChild(self
):
29 val
= mdic
.wxMDIParentFrame_GetActiveChild(self
.this
)
30 val
= wxMDIChildFramePtr(val
)
32 def GetClientWindow(self
):
33 val
= mdic
.wxMDIParentFrame_GetClientWindow(self
.this
)
34 val
= wxMDIClientWindowPtr(val
)
37 val
= mdic
.wxMDIParentFrame_GetToolBar(self
.this
)
38 val
= wxWindowPtr(val
)
40 def SetToolBar(self
,arg0
):
41 val
= mdic
.wxMDIParentFrame_SetToolBar(self
.this
,arg0
)
44 val
= mdic
.wxMDIParentFrame_Tile(self
.this
)
47 return "<C wxMDIParentFrame instance>"
48 class wxMDIParentFrame(wxMDIParentFramePtr
):
49 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
51 try: argl
[0] = argl
[0].this
53 try: argl
[1] = argl
[1].this
56 self
.this
= apply(mdic
.new_wxMDIParentFrame
,(arg0
.this
,arg1
,arg2
,)+args
)
62 class wxMDIChildFramePtr(wxFramePtr
):
63 def __init__(self
,this
):
67 val
= mdic
.wxMDIChildFrame_Activate(self
.this
)
70 val
= mdic
.wxMDIChildFrame_Maximize(self
.this
)
73 val
= mdic
.wxMDIChildFrame_Restore(self
.this
)
76 return "<C wxMDIChildFrame instance>"
77 class wxMDIChildFrame(wxMDIChildFramePtr
):
78 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
80 try: argl
[0] = argl
[0].this
82 try: argl
[1] = argl
[1].this
85 self
.this
= apply(mdic
.new_wxMDIChildFrame
,(arg0
.this
,arg1
,arg2
,)+args
)
91 class wxMDIClientWindowPtr(wxWindowPtr
):
92 def __init__(self
,this
):
96 return "<C wxMDIClientWindow instance>"
97 class wxMDIClientWindow(wxMDIClientWindowPtr
):
98 def __init__(self
,arg0
,*args
) :
99 self
.this
= apply(mdic
.new_wxMDIClientWindow
,(arg0
.this
,)+args
)
107 #-------------- FUNCTION WRAPPERS ------------------
111 #-------------- VARIABLE WRAPPERS ------------------