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