Provided by: erlang-manpages_22.2.7+dfsg-1ubuntu0.2_all bug

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::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

AUTHORS

       <>

                                              wx 1.9                              wxDisplay(3erl)