Scroll to navigation

wxTopLevelWindow(3erl) Erlang Module Definition wxTopLevelWindow(3erl)

NAME

wxTopLevelWindow - See external documentation: wxTopLevelWindow.

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:wxIcon()
 
Types:
This = wxTopLevelWindow()
 
See external documentation.
getIcons(This) -> wxIconBundle:wxIconBundle()
 
Types:
This = wxTopLevelWindow()
 
See external documentation.
getTitle(This) -> unicode:charlist()
 
Types:
This = wxTopLevelWindow()
 
See external documentation.
isActive(This) -> boolean()
 
Types:
This = wxTopLevelWindow()
 
See external documentation.
iconize(This) -> ok
 
Types:
This = wxTopLevelWindow()
 
Equivalent to iconize(This, []).
iconize(This, Options::[Option]) -> ok
 
Types:
This = wxTopLevelWindow()
 
Option = {iconize, boolean()}
 
See external documentation.
isFullScreen(This) -> boolean()
 
Types:
This = wxTopLevelWindow()
 
See external documentation.
isIconized(This) -> boolean()
 
Types:
This = wxTopLevelWindow()
 
See external documentation.
isMaximized(This) -> boolean()
 
Types:
This = wxTopLevelWindow()
 
See external documentation.
maximize(This) -> ok
 
Types:
This = wxTopLevelWindow()
 
Equivalent to maximize(This, []).
maximize(This, Options::[Option]) -> ok
 
Types:
This = wxTopLevelWindow()
 
Option = {maximize, boolean()}
 
See external documentation.
requestUserAttention(This) -> ok
 
Types:
This = wxTopLevelWindow()
 
Equivalent to requestUserAttention(This, []).
requestUserAttention(This, Options::[Option]) -> ok
 
Types:
This = wxTopLevelWindow()
 
Option = {flags, integer()}
 
See external documentation.
setIcon(This, Icon) -> ok
 
Types:
This = wxTopLevelWindow()
 
Icon = wxIcon:wxIcon()
 
See external documentation.
setIcons(This, Icons) -> ok
 
Types:
This = wxTopLevelWindow()
 
Icons = wxIconBundle:wxIconBundle()
 
See external documentation.
centerOnScreen(This) -> ok
 
Types:
This = wxTopLevelWindow()
 
Equivalent to centerOnScreen(This, []).
centerOnScreen(This, Options::[Option]) -> ok
 
Types:
This = wxTopLevelWindow()
 
Option = {dir, integer()}
 
See external documentation.
centreOnScreen(This) -> ok
 
Types:
This = wxTopLevelWindow()
 
Equivalent to centreOnScreen(This, []).
centreOnScreen(This, Options::[Option]) -> ok
 
Types:
This = wxTopLevelWindow()
 
Option = {dir, integer()}
 
See external documentation.
setShape(This, Region) -> boolean()
 
Types:
This = wxTopLevelWindow()
 
Region = wxRegion:wxRegion()
 
See external documentation.
setTitle(This, Title) -> ok
 
Types:
This = wxTopLevelWindow()
 
Title = unicode:chardata()
 
See external documentation.
showFullScreen(This, Show) -> boolean()
 
Types:
This = wxTopLevelWindow()
 
Show = boolean()
 
Equivalent to showFullScreen(This, Show, []).
showFullScreen(This, Show, Options::[Option]) -> boolean()
 
Types:
This = wxTopLevelWindow()
 
Show = boolean()
 
Option = {style, integer()}
 
See external documentation.

AUTHORS

<>
wx 1.8