Provided by: erlang-manpages_18.3-dfsg-1ubuntu3.1_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() (see module 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() (see module 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() (see module 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.6.1 wxPrintDialogData(3erl)