wxTopLevelWindow
See external documentation: wxTopLevelWindow.
See external documentation:
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
Functions
getIcon(This) -> wxIcon() (see module wxIcon)
This = wxTopLevelWindow()
See
getIcons(This) -> wxIconBundle() (see module wxIconBundle)
This = wxTopLevelWindow()
See
getTitle(This) -> charlist() (see module unicode)
This = wxTopLevelWindow()
See
isActive(This) -> boolean()
This = wxTopLevelWindow()
See
iconize(This, Option::[Option]) -> ok
This = wxTopLevelWindow()
Option = {iconize, boolean()}
See
isFullScreen(This) -> boolean()
This = wxTopLevelWindow()
See
isIconized(This) -> boolean()
This = wxTopLevelWindow()
See
isMaximized(This) -> boolean()
This = wxTopLevelWindow()
See
maximize(This, Option::[Option]) -> ok
This = wxTopLevelWindow()
Option = {maximize, boolean()}
See
requestUserAttention(This) -> ok
This = wxTopLevelWindow()
Equivalent to requestUserAttention(This, []).
requestUserAttention(This, Option::[Option]) -> ok
This = wxTopLevelWindow()
Option = {flags, integer()}
See
setIcon(This, Icon) -> ok
This = wxTopLevelWindow()
Icon = wxIcon() (see module wxIcon)
See
setIcons(This, Icons) -> ok
This = wxTopLevelWindow()
Icons = wxIconBundle() (see module wxIconBundle)
See
centerOnScreen(This, Option::[Option]) -> ok
This = wxTopLevelWindow()
Option = {dir, integer()}
See
centreOnScreen(This, Option::[Option]) -> ok
This = wxTopLevelWindow()
Option = {dir, integer()}
See
setShape(This, Region) -> boolean()
This = wxTopLevelWindow()
Region = wxRegion() (see module wxRegion)
See
setTitle(This, Title) -> ok
This = wxTopLevelWindow()
Title = chardata() (see module unicode)
See
showFullScreen(This, Show) -> boolean()
This = wxTopLevelWindow()
Show = boolean()
Equivalent to showFullScreen(This, Show, []).
showFullScreen(This, Show, Option::[Option]) -> boolean()
This = wxTopLevelWindow()
Show = boolean()
Option = {style, integer()}
See