table of contents
- buster 1:21.2.6+dfsg-1
- testing 1:23.2.6+dfsg-1
- unstable 1:23.2.6+dfsg-1
- experimental 1:24.0.5+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:
See external documentation.
enableHelp(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
enablePageNumbers(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
enablePrintToFile(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
enableSelection(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
getAllPages(This) -> boolean()
Types:
See external documentation.
getCollate(This) -> boolean()
Types:
See external documentation.
getFromPage(This) -> integer()
Types:
See external documentation.
getMaxPage(This) -> integer()
Types:
See external documentation.
getMinPage(This) -> integer()
Types:
See external documentation.
getNoCopies(This) -> integer()
Types:
See external documentation.
getPrintData(This) -> wxPrintData:wxPrintData()
Types:
See external documentation.
getPrintToFile(This) -> boolean()
Types:
See external documentation.
getSelection(This) -> boolean()
Types:
See external documentation.
getToPage(This) -> integer()
Types:
See external documentation.
isOk(This) -> boolean()
Types:
See external documentation.
setCollate(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
setFromPage(This, V) -> ok
Types:
V = integer()
See external documentation.
setMaxPage(This, V) -> ok
Types:
V = integer()
See external documentation.
setMinPage(This, V) -> ok
Types:
V = integer()
See external documentation.
setNoCopies(This, V) -> ok
Types:
V = integer()
See external documentation.
setPrintData(This, PrintData) -> ok
Types:
PrintData = wxPrintData:wxPrintData()
See external documentation.
setPrintToFile(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
setSelection(This, Flag) -> ok
Types:
Flag = boolean()
See external documentation.
setToPage(This, V) -> ok
Types:
V = integer()
See external documentation.
destroy(This::wxPrintDialogData()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8.6 |