]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/src/msw/mdi.py
1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
16 from stattool
import *
18 from controls
import *
22 class wxMDIParentFramePtr(wxFramePtr
):
23 def __init__(self
,this
):
26 def Create(self
, *_args
, **_kwargs
):
27 val
= mdic
.wxMDIParentFrame_Create(self
, *_args
, **_kwargs
)
29 def ActivateNext(self
, *_args
, **_kwargs
):
30 val
= mdic
.wxMDIParentFrame_ActivateNext(self
, *_args
, **_kwargs
)
32 def ActivatePrevious(self
, *_args
, **_kwargs
):
33 val
= mdic
.wxMDIParentFrame_ActivatePrevious(self
, *_args
, **_kwargs
)
35 def ArrangeIcons(self
, *_args
, **_kwargs
):
36 val
= mdic
.wxMDIParentFrame_ArrangeIcons(self
, *_args
, **_kwargs
)
38 def Cascade(self
, *_args
, **_kwargs
):
39 val
= mdic
.wxMDIParentFrame_Cascade(self
, *_args
, **_kwargs
)
41 def GetActiveChild(self
, *_args
, **_kwargs
):
42 val
= mdic
.wxMDIParentFrame_GetActiveChild(self
, *_args
, **_kwargs
)
44 def GetClientWindow(self
, *_args
, **_kwargs
):
45 val
= mdic
.wxMDIParentFrame_GetClientWindow(self
, *_args
, **_kwargs
)
47 def GetToolBar(self
, *_args
, **_kwargs
):
48 val
= mdic
.wxMDIParentFrame_GetToolBar(self
, *_args
, **_kwargs
)
50 def GetWindowMenu(self
, *_args
, **_kwargs
):
51 val
= mdic
.wxMDIParentFrame_GetWindowMenu(self
, *_args
, **_kwargs
)
53 def SetWindowMenu(self
, *_args
, **_kwargs
):
54 val
= mdic
.wxMDIParentFrame_SetWindowMenu(self
, *_args
, **_kwargs
)
56 def SetToolBar(self
, *_args
, **_kwargs
):
57 val
= mdic
.wxMDIParentFrame_SetToolBar(self
, *_args
, **_kwargs
)
59 def Tile(self
, *_args
, **_kwargs
):
60 val
= mdic
.wxMDIParentFrame_Tile(self
, *_args
, **_kwargs
)
63 return "<%s.%s instance; proxy of C++ wxMDIParentFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
64 class wxMDIParentFrame(wxMDIParentFramePtr
):
65 def __init__(self
,*_args
,**_kwargs
):
66 self
.this
= mdic
.new_wxMDIParentFrame(*_args
,**_kwargs
)
68 self
._setOORInfo
(self
)
72 def wxPreMDIParentFrame(*_args
,**_kwargs
):
73 val
= wxMDIParentFramePtr(mdic
.new_wxPreMDIParentFrame(*_args
,**_kwargs
))
79 class wxMDIChildFramePtr(wxFramePtr
):
80 def __init__(self
,this
):
83 def Create(self
, *_args
, **_kwargs
):
84 val
= mdic
.wxMDIChildFrame_Create(self
, *_args
, **_kwargs
)
86 def Activate(self
, *_args
, **_kwargs
):
87 val
= mdic
.wxMDIChildFrame_Activate(self
, *_args
, **_kwargs
)
89 def Maximize(self
, *_args
, **_kwargs
):
90 val
= mdic
.wxMDIChildFrame_Maximize(self
, *_args
, **_kwargs
)
92 def Restore(self
, *_args
, **_kwargs
):
93 val
= mdic
.wxMDIChildFrame_Restore(self
, *_args
, **_kwargs
)
96 return "<%s.%s instance; proxy of C++ wxMDIChildFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
97 class wxMDIChildFrame(wxMDIChildFramePtr
):
98 def __init__(self
,*_args
,**_kwargs
):
99 self
.this
= mdic
.new_wxMDIChildFrame(*_args
,**_kwargs
)
101 self
._setOORInfo
(self
)
105 def wxPreMDIChildFrame(*_args
,**_kwargs
):
106 val
= wxMDIChildFramePtr(mdic
.new_wxPreMDIChildFrame(*_args
,**_kwargs
))
112 class wxMDIClientWindowPtr(wxWindowPtr
):
113 def __init__(self
,this
):
116 def Create(self
, *_args
, **_kwargs
):
117 val
= mdic
.wxMDIClientWindow_Create(self
, *_args
, **_kwargs
)
120 return "<%s.%s instance; proxy of C++ wxMDIClientWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
121 class wxMDIClientWindow(wxMDIClientWindowPtr
):
122 def __init__(self
,*_args
,**_kwargs
):
123 self
.this
= mdic
.new_wxMDIClientWindow(*_args
,**_kwargs
)
125 self
._setOORInfo
(self
)
129 def wxPreMDIClientWindow(*_args
,**_kwargs
):
130 val
= wxMDIClientWindowPtr(mdic
.new_wxPreMDIClientWindow(*_args
,**_kwargs
))
138 #-------------- FUNCTION WRAPPERS ------------------
142 #-------------- VARIABLE WRAPPERS ------------------
144 IDM_WINDOWTILE
= mdic
.IDM_WINDOWTILE
145 IDM_WINDOWTILEHOR
= mdic
.IDM_WINDOWTILEHOR
146 IDM_WINDOWCASCADE
= mdic
.IDM_WINDOWCASCADE
147 IDM_WINDOWICONS
= mdic
.IDM_WINDOWICONS
148 IDM_WINDOWNEXT
= mdic
.IDM_WINDOWNEXT
149 IDM_WINDOWTILEVERT
= mdic
.IDM_WINDOWTILEVERT
150 wxFIRST_MDI_CHILD
= mdic
.wxFIRST_MDI_CHILD
151 wxLAST_MDI_CHILD
= mdic
.wxLAST_MDI_CHILD