table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxPrintDialogData(3erl) | Erlang Module Definition | wxPrintDialogData(3erl) |
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.3.1 |