Home | Trees | Index | Help |
|
---|
Package wx :: Class TopLevelWindow |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ | TopLevelWindow
Dialog
,
Frame
Method Summary | |
---|---|
__init__(self)
| |
__repr__(self)
| |
Icon | GetIcon(self)
|
String |
Gets the window's title. |
Iconize(self,
iconize)
| |
bool | IsActive(self)
|
bool | IsFullScreen(self)
|
bool | IsIconized(self)
|
bool | IsMaximized(self)
|
bool | MacGetMetalAppearance(self)
|
MacSetMetalAppearance(self,
on)
| |
Maximize(self,
maximize)
| |
RequestUserAttention(self,
flags)
| |
Restore(self)
| |
SetIcon(self,
icon)
| |
SetIcons(self,
icons)
| |
bool | SetShape(self,
region)
|
Sets the window's title. | |
bool | ShowFullScreen(self,
show,
style)
|
Instance Method Details |
---|
GetTitle(self)Gets the window's title. Applicable only to frames and dialogs.
|
SetTitle(self, title)Sets the window's title. Applicable only to frames and dialogs.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:07 2005 | http://epydoc.sf.net |