wx._windows.TopLevelWindow
Proxy of C++ TopLevelWindow class
Inherits: wx._core.Window

GetIcon(args, kwargs)
GetIcon(self) -> Icon

GetTitle(args, kwargs)
GetTitle(self) -> String Gets the window's title. Applicable only to frames and dialogs.

Iconize(args, kwargs)
Iconize(self, bool iconize=True)

IsActive(args, kwargs)
IsActive(self) -> bool

IsFullScreen(args, kwargs)
IsFullScreen(self) -> bool

IsIconized(args, kwargs)
IsIconized(self) -> bool

IsMaximized(args, kwargs)
IsMaximized(self) -> bool

MacGetMetalAppearance(args, kwargs)
MacGetMetalAppearance(self) -> bool

MacSetMetalAppearance(args, kwargs)
MacSetMetalAppearance(self, bool on)

Maximize(args, kwargs)
Maximize(self, bool maximize=True)

RequestUserAttention(args, kwargs)
RequestUserAttention(self, int flags=USER_ATTENTION_INFO)

Restore(args, kwargs)
Restore(self)

SetIcon(args, kwargs)
SetIcon(self, Icon icon)

SetIcons(args, kwargs)
SetIcons(self, wxIconBundle icons)

SetShape(args, kwargs)
SetShape(self, Region region) -> bool

SetTitle(args, kwargs)
SetTitle(self, String title) Sets the window's title. Applicable only to frames and dialogs.

ShowFullScreen(args, kwargs)
ShowFullScreen(self, bool show, long style=FULLSCREEN_ALL) -> bool

[constructor]
Usage: classname(arguments)

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[operator 'repr']
Usage: repr(a)