Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all bug

NAME

       wxPrinter - See external documentation: wxPrinter.

DESCRIPTION

       See external documentation: wxPrinter.

DATA TYPES

         wxPrinter():

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

              Equivalent to new([]).

       new(Option::[Option]) -> wxPrinter()

              Types:

                 Option = {data, wxPrintDialogData() (see module wxPrintDialogData)}

              See external documentation.

       createAbortWindow(This, Parent, Printout) -> wxWindow() (see module wxWindow)

              Types:

                 This = wxPrinter()
                 Parent = wxWindow() (see module wxWindow)
                 Printout = wxPrintout() (see module wxPrintout)

              See external documentation.

       getAbort(This) -> boolean()

              Types:

                 This = wxPrinter()

              See external documentation.

       getLastError() -> wx_enum() (see module wx)

              See external documentation.
              Res = ?wxPRINTER_NO_ERROR | ?wxPRINTER_CANCELLED | ?wxPRINTER_ERROR

       getPrintDialogData(This) -> wxPrintDialogData() (see module wxPrintDialogData)

              Types:

                 This = wxPrinter()

              See external documentation.

       print(This, Parent, Printout) -> boolean()

              Types:

                 This = wxPrinter()
                 Parent = wxWindow() (see module wxWindow)
                 Printout = wxPrintout() (see module wxPrintout)

              Equivalent to print(This, Parent, Printout, []).

       print(This, Parent, Printout, Option::[Option]) -> boolean()

              Types:

                 This = wxPrinter()
                 Parent = wxWindow() (see module wxWindow)
                 Printout = wxPrintout() (see module wxPrintout)
                 Option = {prompt, boolean()}

              See external documentation.

       printDialog(This, Parent) -> wxDC() (see module wxDC)

              Types:

                 This = wxPrinter()
                 Parent = wxWindow() (see module wxWindow)

              See external documentation.

       reportError(This, Parent, Printout, Message) -> ok

              Types:

                 This = wxPrinter()
                 Parent = wxWindow() (see module wxWindow)
                 Printout = wxPrintout() (see module wxPrintout)
                 Message = chardata() (see module unicode)

              See external documentation.

       setup(This, Parent) -> boolean()

              Types:

                 This = wxPrinter()
                 Parent = wxWindow() (see module wxWindow)

              See external documentation.

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

              Destroys this object, do not use object again

AUTHORS

       <>

                                             wx 1.1.1                             wxPrinter(3erl)