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