Destroys the window safely. |
|
Returns |
|
Shows or hides the window. |
|
See |
|
See |
|
See |
|
See |
Possible constructors:
AuiMDIChildFrame() -> None
AuiMDIChildFrame(parent : AuiMDIParentFrame, winid: int=ID_ANY, title:
str='', pos: Point=DefaultPosition, size: Size=DefaultSize, style:
int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr) -> None
__init__ (self)
None
__init__ (self, parent : AuiMDIParentFrame, winid: int=ID_ANY, title: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr)
parent (wx.aui.AuiMDIParentFrame)
winid (wx.WindowID)
title (string)
pos (wx.Point)
size (wx.Size)
style (long)
name (string)
None
None
parent (wx.aui.AuiMDIParentFrame)
winid (wx.WindowID)
title (string)
pos (wx.Point)
size (wx.Size)
style (long)
name (string)
bool
number (int)
style (long)
winid (wx.WindowID)
name (string)
style (long)
winid (wx.WindowID)
name (string)
Destroys the window safely.
Use this function instead of the delete operator, since different window classes can be destroyed differently. Frames and dialogs are not destroyed immediately when this function is called – they are added to a list of windows to be deleted on idle time, when all the window’s events have been processed. This prevents problems with events being sent to non-existent windows.
bool
True
if the window has either been successfully deleted, or it has been added to the list of windows pending real deletion.
variant (WindowVariant)
VisualAttributes
IconBundle
str
iconize (bool)
None
bool
bool
bool
Returns True
if the given window is a top-level one.
Currently all frames and dialogs are considered to be top-level windows (even if they have a parent window).
bool
maximize (bool)
None
None
icons (wx.IconBundle)
None
parent (wx.aui.AuiMDIParentFrame)
None
menuBar (wx.MenuBar)
None
text (string)
number (int)
None
widths (list of integers)
None
title (string)
None
Shows or hides the window.
You may need to call Raise
for a top level window if you want to bring it to top, although this is not needed if Show
is called immediately after the frame creation.
Notice that the default state of newly created top level windows is hidden (to allow you to create their contents without flicker) unlike for all the other, not derived from wx.TopLevelWindow, windows that are by default created in the shown state.
show (bool) – If True
displays the window. Otherwise, hides it.
bool
True
if the window has been shown or hidden or False
if nothing was done because it already was in the requested state.
See also
IsShown
, Hide
, wx.RadioBox.Show
, wx.ShowEvent.
show (bool)
style (long)
bool
See GetMDIParentFrame
and SetMDIParentFrame
See GetMenuBar
and SetMenuBar
See GetStatusBar
See GetToolBar