Home | Trees | Index | Help |
|
---|
Package wx :: Class TopLevelWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ | TopLevelWindow
Dialog
,
Frame
Proxy of C++ TopLevelWindow class
Method Summary | |
---|---|
__init__(self)
| |
Center the window on screen | |
Center the window on screen | |
bool | EnableCloseButton(self,
enable)
|
Window |
Get the default child of this parent, i.e. |
Icon | GetIcon(self)
|
String | GetTitle(self)
|
Window |
Return the temporary default item, which can be None. |
Iconize(self,
iconize)
| |
bool | IsActive(self)
|
bool | IsAlwaysMaximized(self)
|
bool | IsFullScreen(self)
|
bool | IsIconized(self)
|
bool | IsMaximized(self)
|
bool | MacGetMetalAppearance(self)
|
MacSetMetalAppearance(self,
on)
| |
Maximize(self,
maximize)
| |
RequestUserAttention(self,
flags)
| |
Restore(self)
| |
Window |
Set this child as default, return the old default. |
SetIcon(self,
icon)
| |
SetIcons(self,
icons)
| |
bool | SetShape(self,
region)
|
SetTitle(self,
title)
| |
Set this child as temporary default | |
bool | ShowFullScreen(self,
show,
style)
|
Property Summary | |
---|---|
DefaultItem : See GetDefaultItem and SetDefaultItem | |
Icon : See GetIcon and SetIcon | |
thisown : The membership flag | |
Title : See GetTitle and SetTitle | |
TmpDefaultItem : See GetTmpDefaultItem and SetTmpDefaultItem |
Instance Method Details |
---|
CenterOnScreen(self, dir=BOTH)Center the window on screen
|
CentreOnScreen(self, dir=BOTH)Center the window on screen
|
GetDefaultItem(self)Get the default child of this parent, i.e. the one which is activated by pressing <Enter> such as the OK button on a wx.Dialog.
|
GetTmpDefaultItem(self)Return the temporary default item, which can be None.
|
SetDefaultItem(self, child)Set this child as default, return the old default.
|
SetTmpDefaultItem(self, win)Set this child as temporary default
|
Property Details |
---|
DefaultItemSee
|
Icon |
thisownThe membership flag |
Title |
TmpDefaultItemSee
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:13:55 2007 | http://epydoc.sf.net |