Scroll to navigation

wxPageSetupDialogData(3erl) Erlang Module Definition wxPageSetupDialogData(3erl)

NAME

wxPageSetupDialogData - See external documentation: wxPageSetupDialogData.

DESCRIPTION

See external documentation: wxPageSetupDialogData.

DATA TYPES

wxPageSetupDialogData():
 
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() -> wxPageSetupDialogData()
 
See external documentation.
 
new(PrintData) -> wxPageSetupDialogData()
 
Types:
 
PrintData = wxPrintData() (see module wxPrintData) | wxPageSetupDialogData()
 
See external documentation.
 
enableHelp(This, Flag) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Flag = boolean()
 
See external documentation.
 
enableMargins(This, Flag) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Flag = boolean()
 
See external documentation.
 
enableOrientation(This, Flag) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Flag = boolean()
 
See external documentation.
 
enablePaper(This, Flag) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Flag = boolean()
 
See external documentation.
 
enablePrinter(This, Flag) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Flag = boolean()
 
See external documentation.
 
getDefaultMinMargins(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getEnableMargins(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getEnableOrientation(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getEnablePaper(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getEnablePrinter(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getEnableHelp(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getDefaultInfo(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getMarginTopLeft(This) -> {X::integer(), Y::integer()}
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getMarginBottomRight(This) -> {X::integer(), Y::integer()}
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getMinMarginTopLeft(This) -> {X::integer(), Y::integer()}
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getMinMarginBottomRight(This) -> {X::integer(), Y::integer()}
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getPaperId(This) -> integer()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getPaperSize(This) -> {W::integer(), H::integer()}
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
getPrintData(This) -> wxPrintData() (see module wxPrintData)
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
isOk(This) -> boolean()
 
Types:
 
This = wxPageSetupDialogData()
 
See external documentation.
 
setDefaultInfo(This, Flag) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Flag = boolean()
 
See external documentation.
 
setDefaultMinMargins(This, Flag) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Flag = boolean()
 
See external documentation.
 
setMarginTopLeft(This, Pt) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Pt = {X::integer(), Y::integer()}
 
See external documentation.
 
setMarginBottomRight(This, Pt) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Pt = {X::integer(), Y::integer()}
 
See external documentation.
 
setMinMarginTopLeft(This, Pt) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Pt = {X::integer(), Y::integer()}
 
See external documentation.
 
setMinMarginBottomRight(This, Pt) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Pt = {X::integer(), Y::integer()}
 
See external documentation.
 
setPaperId(This, Id) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Id = integer()
 
See external documentation.
 
setPaperSize(This, Id) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
Id = integer()
 
See external documentation.
 
Also:
 
setPaperSize(This, Sz) -> ok when
 
This::wxPageSetupDialogData(), Sz::{W::integer(), H::integer()}.
 
 
 
setPrintData(This, PrintData) -> ok
 
Types:
 
This = wxPageSetupDialogData()
 
PrintData = wxPrintData() (see module wxPrintData)
 
See external documentation.
 
destroy(This::wxPageSetupDialogData()) -> ok
 
Destroys this object, do not use object again
 

AUTHORS

 
<>
wx 0.99.2