wxTopLevelWindow
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxTopLevelWindow.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
getIcon(This::wxTopLevelWindow()) -> wxIcon() (see module wxIcon)
getIcons(This::wxTopLevelWindow()) -> wxIconBundle() (see module wxIconBundle)
getTitle(This::wxTopLevelWindow()) -> string()
isActive(This::wxTopLevelWindow()) -> bool()
iconize(This::wxTopLevelWindow()) -> ok
Equivalent to iconize(This, []).
iconize(This::wxTopLevelWindow(), Options::[Option]) -> ok
Types:
isFullScreen(This::wxTopLevelWindow()) -> bool()
isIconized(This::wxTopLevelWindow()) -> bool()
isMaximized(This::wxTopLevelWindow()) -> bool()
maximize(This::wxTopLevelWindow()) -> ok
Equivalent to maximize(This, []).
maximize(This::wxTopLevelWindow(), Options::[Option]) -> ok
Types:
requestUserAttention(This::wxTopLevelWindow()) -> ok
Equivalent to requestUserAttention(This, []).
requestUserAttention(This::wxTopLevelWindow(), Options::[Option]) -> ok
Types:
setIcon(This::wxTopLevelWindow(), Icon::wxIcon() (see module wxIcon)) -> ok
setIcons(This::wxTopLevelWindow(), Icons::wxIconBundle() (see module wxIconBundle)) -> ok
centerOnScreen(This::wxTopLevelWindow()) -> ok
Equivalent to centerOnScreen(This, []).
centerOnScreen(This::wxTopLevelWindow(), Options::[Option]) -> ok
Types:
centreOnScreen(This::wxTopLevelWindow()) -> ok
Equivalent to centreOnScreen(This, []).
centreOnScreen(This::wxTopLevelWindow(), Options::[Option]) -> ok
Types:
setShape(This::wxTopLevelWindow(), Region::wxRegion() (see module wxRegion)) -> bool()
setTitle(This::wxTopLevelWindow(), Title::string()) -> ok
showFullScreen(This::wxTopLevelWindow(), Show::bool()) -> bool()
Equivalent to showFullScreen(This, Show, []).
showFullScreen(This::wxTopLevelWindow(), Show::bool(), Options::[Option]) -> bool()
Types: