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