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()

See external documentation.

getIcons(This) -> wxIconBundle() (see module wxIconBundle)

Types:

This = wxTopLevelWindow()

See external documentation.

getTitle(This) -> charlist() (see module unicode)

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, Option::[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, Option::[Option]) -> ok

Types:

This = wxTopLevelWindow()

Option = {maximize, boolean()}

See external documentation.

requestUserAttention(This) -> ok

Types:

This = wxTopLevelWindow()

Equivalent to requestUserAttention(This, []).

requestUserAttention(This, Option::[Option]) -> ok

Types:

This = wxTopLevelWindow()

Option = {flags, integer()}

See external documentation.

setIcon(This, Icon) -> ok

Types:

This = wxTopLevelWindow()

Icon = wxIcon() (see module wxIcon)

See external documentation.

setIcons(This, Icons) -> ok

Types:

This = wxTopLevelWindow()

Icons = wxIconBundle() (see module wxIconBundle)

See external documentation.

centerOnScreen(This) -> ok

Types:

This = wxTopLevelWindow()

Equivalent to centerOnScreen(This, []).

centerOnScreen(This, Option::[Option]) -> ok

Types:

This = wxTopLevelWindow()

Option = {dir, integer()}

See external documentation.

centreOnScreen(This) -> ok

Types:

This = wxTopLevelWindow()

Equivalent to centreOnScreen(This, []).

centreOnScreen(This, Option::[Option]) -> ok

Types:

This = wxTopLevelWindow()

Option = {dir, integer()}

See external documentation.

setShape(This, Region) -> boolean()

Types:

This = wxTopLevelWindow()

Region = wxRegion() (see module wxRegion)

See external documentation.

setTitle(This, Title) -> ok

Types:

This = wxTopLevelWindow()

Title = chardata() (see module unicode)

See external documentation.

showFullScreen(This, Show) -> boolean()

Types:

This = wxTopLevelWindow()

Show = boolean()

Equivalent to showFullScreen(This, Show, []).

showFullScreen(This, Show, Option::[Option]) -> boolean()

Types:

This = wxTopLevelWindow()

Show = boolean()

Option = {style, integer()}

See external documentation.

AUTHORS

<>