DESCRIPTION
See external documentation: wxTopLevelWindow.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
DATA TYPES
-
- wxTopLevelWindow():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
getIcon(This) -> wxIcon() (see module wxIcon)
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
See external documentation.
getIcons(This) -> wxIconBundle() (see module wxIconBundle)
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
See external documentation.
getTitle(This) -> charlist() (see module unicode)
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
See external documentation.
isActive(This) -> boolean()
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
See external documentation.
iconize(This) -> ok
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
Equivalent to iconize(This, []).
iconize(This, Options::[Option]) -> ok
-
Types:
-
This = wxTopLevelWindow()
Option = {iconize, boolean()}
-
This = wxTopLevelWindow()
-
See external documentation.
isFullScreen(This) -> boolean()
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
See external documentation.
isIconized(This) -> boolean()
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
See external documentation.
isMaximized(This) -> boolean()
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
See external documentation.
maximize(This) -> ok
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
Equivalent to maximize(This, []).
maximize(This, Options::[Option]) -> ok
-
Types:
-
This = wxTopLevelWindow()
Option = {maximize, boolean()}
-
This = wxTopLevelWindow()
-
See external documentation.
requestUserAttention(This) -> ok
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
Equivalent to requestUserAttention(This, []).
requestUserAttention(This, Options::[Option]) -> ok
-
Types:
-
This = wxTopLevelWindow()
Option = {flags, integer()}
-
This = wxTopLevelWindow()
-
See external documentation.
setIcon(This, Icon) -> ok
-
Types:
-
This = wxTopLevelWindow()
Icon = wxIcon() (see module wxIcon)
-
This = wxTopLevelWindow()
-
See external documentation.
setIcons(This, Icons) -> ok
-
Types:
-
This = wxTopLevelWindow()
Icons = wxIconBundle() (see module wxIconBundle)
-
This = wxTopLevelWindow()
-
See external documentation.
centerOnScreen(This) -> ok
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
Equivalent to centerOnScreen(This, []).
centerOnScreen(This, Options::[Option]) -> ok
-
Types:
-
This = wxTopLevelWindow()
Option = {dir, integer()}
-
This = wxTopLevelWindow()
-
See external documentation.
centreOnScreen(This) -> ok
-
Types:
-
This = wxTopLevelWindow()
-
This = wxTopLevelWindow()
-
Equivalent to centreOnScreen(This, []).
centreOnScreen(This, Options::[Option]) -> ok
-
Types:
-
This = wxTopLevelWindow()
Option = {dir, integer()}
-
This = wxTopLevelWindow()
-
See external documentation.
setShape(This, Region) -> boolean()
-
Types:
-
This = wxTopLevelWindow()
Region = wxRegion() (see module wxRegion)
-
This = wxTopLevelWindow()
-
See external documentation.
setTitle(This, Title) -> ok
-
Types:
-
This = wxTopLevelWindow()
Title = chardata() (see module unicode)
-
This = wxTopLevelWindow()
-
See external documentation.
showFullScreen(This, Show) -> boolean()
-
Types:
-
This = wxTopLevelWindow()
Show = boolean()
-
This = wxTopLevelWindow()
-
Equivalent to showFullScreen(This, Show, []).
showFullScreen(This, Show, Options::[Option]) -> boolean()
-
Types:
-
This = wxTopLevelWindow()
Show = boolean()
Option = {style, integer()}
-
This = wxTopLevelWindow()
-
See external documentation.
AUTHORS
<>