]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/gtk/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
)
41 val
= mdic
.wxMDIParentFrame_Tile(self
.this
)
44 return "<C wxMDIParentFrame instance>"
45 class wxMDIParentFrame(wxMDIParentFramePtr
):
46 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
48 try: argl
[0] = argl
[0].this
50 try: argl
[1] = argl
[1].this
53 self
.this
= apply(mdic
.new_wxMDIParentFrame
,(arg0
.this
,arg1
,arg2
,)+args
)
59 class wxMDIChildFramePtr(wxFramePtr
):
60 def __init__(self
,this
):
64 val
= mdic
.wxMDIChildFrame_Activate(self
.this
)
67 val
= mdic
.wxMDIChildFrame_Maximize(self
.this
)
70 val
= mdic
.wxMDIChildFrame_Restore(self
.this
)
72 def SetMenuBar(self
,arg0
):
73 val
= mdic
.wxMDIChildFrame_SetMenuBar(self
.this
,arg0
.this
)
75 def SetClientSize(self
,arg0
,arg1
):
76 val
= mdic
.wxMDIChildFrame_SetClientSize(self
.this
,arg0
,arg1
)
78 def GetPosition(self
):
79 val
= mdic
.wxMDIChildFrame_GetPosition(self
.this
)
82 return "<C wxMDIChildFrame instance>"
83 class wxMDIChildFrame(wxMDIChildFramePtr
):
84 def __init__(self
,arg0
,arg1
,arg2
,*args
) :
86 try: argl
[0] = argl
[0].this
88 try: argl
[1] = argl
[1].this
91 self
.this
= apply(mdic
.new_wxMDIChildFrame
,(arg0
.this
,arg1
,arg2
,)+args
)
97 class wxMDIClientWindowPtr(wxWindowPtr
):
98 def __init__(self
,this
):
102 return "<C wxMDIClientWindow instance>"
103 class wxMDIClientWindow(wxMDIClientWindowPtr
):
104 def __init__(self
,arg0
,*args
) :
105 self
.this
= apply(mdic
.new_wxMDIClientWindow
,(arg0
.this
,)+args
)
113 #-------------- FUNCTION WRAPPERS ------------------
117 #-------------- VARIABLE WRAPPERS ------------------