wxDisplay(3)



wxDisplay(3erl)            Erlang Module Definition            wxDisplay(3erl)

NAME
       wxDisplay - See external documentation: wxDisplay.

DESCRIPTION
       See external documentation: wxDisplay.

DATA TYPES
         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.

EXPORTS
       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::in-
       teger()}

              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

AUTHORS
       <>

                                   wx 1.9.1                    wxDisplay(3erl)

Man(1) output converted with man2html
list of all man pages