Home | Trees | Index | Help |
|
---|
Package wx :: Module aui :: Class AuiMDIChildFrame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Panel
--+ | AuiMDIChildFrame
Proxy of C++ AuiMDIChildFrame class
Method Summary | |
---|---|
Window |
Construct and show a generic Window. |
Activate(self)
| |
ApplyMDIChildFrameRect(self)
| |
bool |
Create the GUI part of the Window for 2-phase creation mode. |
DoSetSizeHints(self,
minW,
minH,
maxW,
maxH,
incW,
incH)
| |
DoShow(self,
show)
| |
Icon | GetIcon(self)
|
wxIconBundle | GetIcons(self)
|
AuiMDIParentFrame | GetMDIParentFrame(self)
|
MenuBar | GetMenuBar(self)
|
String | GetTitle(self)
|
Iconize(self,
iconize)
| |
bool | IsFullScreen(self)
|
bool | IsIconized(self)
|
bool | IsMaximized(self)
|
Maximize(self,
maximize)
| |
OnActivate(self,
evt)
| |
OnCloseWindow(self,
evt)
| |
OnMenuHighlight(self,
evt)
| |
Restore(self)
| |
SetIcon(self,
icon)
| |
SetIcons(self,
icons)
| |
SetMDIParentFrame(self,
parent)
| |
SetMenuBar(self,
menu_bar)
| |
SetTitle(self,
title)
| |
bool | ShowFullScreen(self,
show,
style)
|
Property Summary | |
---|---|
thisown : The membership flag |
Instance Method Details |
---|
__init__(self,
parent,
winid,
title,
pos=DefaultPosition,
size=DefaultSize,
style=DEFAULT_FRAME_STYLE,
name=wxFrameNameStr)
|
Create(self, parent, winid, title, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE, name=wxFrameNameStr)Create the GUI part of the Window for 2-phase creation mode.
|
Property Details |
---|
thisownThe membership flag
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:09:37 2007 | http://epydoc.sf.net |