Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all 

NAME
wxPrintDialogData - See external documentation: wxPrintDialogData.
DESCRIPTION
See external documentation: wxPrintDialogData.
DATA TYPES
wxPrintDialogData(): 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() -> wxPrintDialogData() See external documentation. new(DialogData) -> wxPrintDialogData() Types: DialogData = wxPrintDialogData() | wxPrintData:wxPrintData() See external documentation. enableHelp(This, Flag) -> ok Types: This = wxPrintDialogData() Flag = boolean() See external documentation. enablePageNumbers(This, Flag) -> ok Types: This = wxPrintDialogData() Flag = boolean() See external documentation. enablePrintToFile(This, Flag) -> ok Types: This = wxPrintDialogData() Flag = boolean() See external documentation. enableSelection(This, Flag) -> ok Types: This = wxPrintDialogData() Flag = boolean() See external documentation. getAllPages(This) -> boolean() Types: This = wxPrintDialogData() See external documentation. getCollate(This) -> boolean() Types: This = wxPrintDialogData() See external documentation. getFromPage(This) -> integer() Types: This = wxPrintDialogData() See external documentation. getMaxPage(This) -> integer() Types: This = wxPrintDialogData() See external documentation. getMinPage(This) -> integer() Types: This = wxPrintDialogData() See external documentation. getNoCopies(This) -> integer() Types: This = wxPrintDialogData() See external documentation. getPrintData(This) -> wxPrintData:wxPrintData() Types: This = wxPrintDialogData() See external documentation. getPrintToFile(This) -> boolean() Types: This = wxPrintDialogData() See external documentation. getSelection(This) -> boolean() Types: This = wxPrintDialogData() See external documentation. getToPage(This) -> integer() Types: This = wxPrintDialogData() See external documentation. isOk(This) -> boolean() Types: This = wxPrintDialogData() See external documentation. setCollate(This, Flag) -> ok Types: This = wxPrintDialogData() Flag = boolean() See external documentation. setFromPage(This, V) -> ok Types: This = wxPrintDialogData() V = integer() See external documentation. setMaxPage(This, V) -> ok Types: This = wxPrintDialogData() V = integer() See external documentation. setMinPage(This, V) -> ok Types: This = wxPrintDialogData() V = integer() See external documentation. setNoCopies(This, V) -> ok Types: This = wxPrintDialogData() V = integer() See external documentation. setPrintData(This, PrintData) -> ok Types: This = wxPrintDialogData() PrintData = wxPrintData:wxPrintData() See external documentation. setPrintToFile(This, Flag) -> ok Types: This = wxPrintDialogData() Flag = boolean() See external documentation. setSelection(This, Flag) -> ok Types: This = wxPrintDialogData() Flag = boolean() See external documentation. setToPage(This, V) -> ok Types: This = wxPrintDialogData() V = integer() See external documentation. destroy(This::wxPrintDialogData()) -> ok Destroys this object, do not use object again
AUTHORS
<> wx 1.8.3 wxPrintDialogData(3erl)