]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/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 Tile(self
, *_args
, **_kwargs
):
51 val
= mdic
.wxMDIParentFrame_Tile(self
, *_args
, **_kwargs
)
54 return "<%s.%s instance; proxy of C++ wxMDIParentFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
55 class wxMDIParentFrame(wxMDIParentFramePtr
):
56 def __init__(self
,*_args
,**_kwargs
):
57 self
.this
= mdic
.new_wxMDIParentFrame(*_args
,**_kwargs
)
59 self
._setOORInfo
(self
)
63 def wxPreMDIParentFrame(*_args
,**_kwargs
):
64 val
= wxMDIParentFramePtr(mdic
.new_wxPreMDIParentFrame(*_args
,**_kwargs
))
70 class wxMDIChildFramePtr(wxFramePtr
):
71 def __init__(self
,this
):
74 def Create(self
, *_args
, **_kwargs
):
75 val
= mdic
.wxMDIChildFrame_Create(self
, *_args
, **_kwargs
)
77 def Activate(self
, *_args
, **_kwargs
):
78 val
= mdic
.wxMDIChildFrame_Activate(self
, *_args
, **_kwargs
)
80 def Maximize(self
, *_args
, **_kwargs
):
81 val
= mdic
.wxMDIChildFrame_Maximize(self
, *_args
, **_kwargs
)
83 def Restore(self
, *_args
, **_kwargs
):
84 val
= mdic
.wxMDIChildFrame_Restore(self
, *_args
, **_kwargs
)
87 return "<%s.%s instance; proxy of C++ wxMDIChildFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
88 class wxMDIChildFrame(wxMDIChildFramePtr
):
89 def __init__(self
,*_args
,**_kwargs
):
90 self
.this
= mdic
.new_wxMDIChildFrame(*_args
,**_kwargs
)
92 self
._setOORInfo
(self
)
96 def wxPreMDIChildFrame(*_args
,**_kwargs
):
97 val
= wxMDIChildFramePtr(mdic
.new_wxPreMDIChildFrame(*_args
,**_kwargs
))
103 class wxMDIClientWindowPtr(wxWindowPtr
):
104 def __init__(self
,this
):
107 def Create(self
, *_args
, **_kwargs
):
108 val
= mdic
.wxMDIClientWindow_Create(self
, *_args
, **_kwargs
)
111 return "<%s.%s instance; proxy of C++ wxMDIClientWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
112 class wxMDIClientWindow(wxMDIClientWindowPtr
):
113 def __init__(self
,*_args
,**_kwargs
):
114 self
.this
= mdic
.new_wxMDIClientWindow(*_args
,**_kwargs
)
116 self
._setOORInfo
(self
)
120 def wxPreMDIClientWindow(*_args
,**_kwargs
):
121 val
= wxMDIClientWindowPtr(mdic
.new_wxPreMDIClientWindow(*_args
,**_kwargs
))
129 #-------------- FUNCTION WRAPPERS ------------------
133 #-------------- VARIABLE WRAPPERS ------------------
135 IDM_WINDOWTILE
= mdic
.IDM_WINDOWTILE
136 IDM_WINDOWTILEHOR
= mdic
.IDM_WINDOWTILEHOR
137 IDM_WINDOWCASCADE
= mdic
.IDM_WINDOWCASCADE
138 IDM_WINDOWICONS
= mdic
.IDM_WINDOWICONS
139 IDM_WINDOWNEXT
= mdic
.IDM_WINDOWNEXT
140 IDM_WINDOWTILEVERT
= mdic
.IDM_WINDOWTILEVERT
141 wxFIRST_MDI_CHILD
= mdic
.wxFIRST_MDI_CHILD
142 wxLAST_MDI_CHILD
= mdic
.wxLAST_MDI_CHILD