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
) 
  66         self
._setOORInfo
(self
) 
  70 def wxPreMDIParentFrame(*_args
,**_kwargs
): 
  71     val 
= wxMDIParentFramePtr(apply(mdic
.new_wxPreMDIParentFrame
,_args
,_kwargs
)) 
  77 class wxMDIChildFramePtr(wxFramePtr
): 
  78     def __init__(self
,this
): 
  81     def Create(self
, *_args
, **_kwargs
): 
  82         val 
= apply(mdic
.wxMDIChildFrame_Create
,(self
,) + _args
, _kwargs
) 
  84     def Activate(self
, *_args
, **_kwargs
): 
  85         val 
= apply(mdic
.wxMDIChildFrame_Activate
,(self
,) + _args
, _kwargs
) 
  87     def Maximize(self
, *_args
, **_kwargs
): 
  88         val 
= apply(mdic
.wxMDIChildFrame_Maximize
,(self
,) + _args
, _kwargs
) 
  90     def Restore(self
, *_args
, **_kwargs
): 
  91         val 
= apply(mdic
.wxMDIChildFrame_Restore
,(self
,) + _args
, _kwargs
) 
  94         return "<C wxMDIChildFrame instance at %s>" % (self
.this
,) 
  95 class wxMDIChildFrame(wxMDIChildFramePtr
): 
  96     def __init__(self
,*_args
,**_kwargs
): 
  97         self
.this 
= apply(mdic
.new_wxMDIChildFrame
,_args
,_kwargs
) 
  99         self
._setOORInfo
(self
) 
 103 def wxPreMDIChildFrame(*_args
,**_kwargs
): 
 104     val 
= wxMDIChildFramePtr(apply(mdic
.new_wxPreMDIChildFrame
,_args
,_kwargs
)) 
 110 class wxMDIClientWindowPtr(wxWindowPtr
): 
 111     def __init__(self
,this
): 
 114     def Create(self
, *_args
, **_kwargs
): 
 115         val 
= apply(mdic
.wxMDIClientWindow_Create
,(self
,) + _args
, _kwargs
) 
 118         return "<C wxMDIClientWindow instance at %s>" % (self
.this
,) 
 119 class wxMDIClientWindow(wxMDIClientWindowPtr
): 
 120     def __init__(self
,*_args
,**_kwargs
): 
 121         self
.this 
= apply(mdic
.new_wxMDIClientWindow
,_args
,_kwargs
) 
 123         self
._setOORInfo
(self
) 
 127 def wxPreMDIClientWindow(*_args
,**_kwargs
): 
 128     val 
= wxMDIClientWindowPtr(apply(mdic
.new_wxPreMDIClientWindow
,_args
,_kwargs
)) 
 136 #-------------- FUNCTION WRAPPERS ------------------ 
 140 #-------------- VARIABLE WRAPPERS ------------------