Unix and Linux Discussions Tagged with external |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
4,856 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
24,029 |
Solaris |
|
|
|
10 |
16,342 |
Programming |
|
|
|
0 |
26,225 |
Web Development |
|
|
|
10 |
8,037 |
Shell Programming and Scripting |
|
|
|
3 |
4,138 |
IP Networking |
|
|
|
5 |
7,043 |
Shell Programming and Scripting |
|
|
|
1 |
6,774 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
28,980 |
Solaris |
|
|
|
1 |
8,902 |
Solaris |
|
|
|
4 |
12,857 |
Shell Programming and Scripting |
|
|
|
2 |
9,117 |
Shell Programming and Scripting |
|
|
|
1 |
7,034 |
Solaris |
|
|
|
1 |
7,463 |
Filesystems, Disks and Memory |
|
|
|
6 |
43,853 |
Shell Programming and Scripting |
|
|
|
0 |
6,236 |
OS X Support RSS |
|
|
|
0 |
3,170 |
UNIX and Linux RSS News |
|
|
|
0 |
1,779 |
Complex Event Processing RSS News |
|
|
|
3 |
5,623 |
Red Hat |
|
|
|
0 |
3,354 |
OS X Support RSS |
|
|
|
0 |
2,625 |
OS X Support RSS |
|
|
|
8 |
7,689 |
Shell Programming and Scripting |
|
|
|
7 |
23,256 |
OS X (Apple) |
|
|
|
3 |
9,842 |
HP-UX |
|
|
|
3 |
10,638 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,127 |
Solaris |
|
|
|
1 |
8,323 |
Ubuntu |
|
|
|
8 |
39,202 |
Programming |
|
|
|
1 |
2,575 |
Shell Programming and Scripting |
|
|
|
8 |
16,344 |
Solaris |
|
|
|
6 |
6,029 |
Solaris |
|
|
|
0 |
6,192 |
HP-UX |
|
|
|
5 |
7,972 |
Shell Programming and Scripting |
|
|
|
9 |
51,586 |
Ubuntu |
|
|
|
3 |
2,887 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
6,198 |
Solaris |
|
|
|
2 |
18,432 |
Solaris |
|
|
|
3 |
2,999 |
Shell Programming and Scripting |
|
|
|
4 |
5,895 |
Ubuntu |
|
|
|
1 |
6,940 |
HP-UX |
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() | wxPrintData() (see module wxPrintData)) -> wxPrintDialogData()
See external documentation .
enableHelp(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
enablePageNumbers(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
enablePrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
enableSelection(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
getAllPages(This::wxPrintDialogData()) -> bool()
See external documentation .
getCollate(This::wxPrintDialogData()) -> bool()
See external documentation .
getFromPage(This::wxPrintDialogData()) -> integer()
See external documentation .
getMaxPage(This::wxPrintDialogData()) -> integer()
See external documentation .
getMinPage(This::wxPrintDialogData()) -> integer()
See external documentation .
getNoCopies(This::wxPrintDialogData()) -> integer()
See external documentation .
getPrintData(This::wxPrintDialogData()) -> wxPrintData() (see module wxPrintData)
See external documentation .
getPrintToFile(This::wxPrintDialogData()) -> bool()
See external documentation .
getSelection(This::wxPrintDialogData()) -> bool()
See external documentation .
getToPage(This::wxPrintDialogData()) -> integer()
See external documentation .
isOk(This::wxPrintDialogData()) -> bool()
See external documentation .
setCollate(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
setFromPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setMaxPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setMinPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setNoCopies(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setPrintData(This::wxPrintDialogData(), PrintData::wxPrintData() (see module wxPrintData)) -> ok
See external documentation .
setPrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
setSelection(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
setToPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
destroy(This::wxPrintDialogData()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wxErlang 0.98.9 wxPrintDialogData(3erl)