DOKK / manpages / debian 11 / erlang-manpages / wxDisplay.3erl.en
wxDisplay(3erl) Erlang Module Definition wxDisplay(3erl)

wxDisplay - See external documentation: wxDisplay.

See external documentation: wxDisplay.

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.

new() -> wxDisplay()

Equivalent to new([]).

new(Options::[Option]) -> wxDisplay()

Types:

Option = {n, integer()}

See external documentation.

isOk(This) -> boolean()

Types:

This = wxDisplay()

See external documentation.

getClientArea(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()}

Types:

This = wxDisplay()

See external documentation.

getGeometry(This) -> {X::integer(), Y::integer(), W::integer(), H::integer()}

Types:

This = wxDisplay()

See external documentation.

getName(This) -> unicode:charlist()

Types:

This = wxDisplay()

See external documentation.

isPrimary(This) -> boolean()

Types:

This = wxDisplay()

See external documentation.

getCount() -> integer()

See external documentation.

getFromPoint(Pt) -> integer()

Types:

Pt = {X::integer(), Y::integer()}

See external documentation.

getFromWindow(Window) -> integer()

Types:

Window = wxWindow:wxWindow()

See external documentation.

getPPI(This) -> {W::integer(), H::integer()}

Types:

This = wxDisplay()

See external documentation.

destroy(This::wxDisplay()) -> ok

Destroys this object, do not use object again

<>

wx 1.9.2