.TH wxPageSetupDialogData 3erl "wx 0.99.2" "" "Erlang Module Definition" .SH NAME wxPageSetupDialogData \- See external documentation: wxPageSetupDialogData. .SH DESCRIPTION .LP See external documentation: wxPageSetupDialogData\&. .SH "DATA TYPES" .RS 2 .TP 2 .B \fIwxPageSetupDialogData()\fR\&: .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxPageSetupDialogData() .br .RS .LP See external documentation\&. .RE .LP .B new(PrintData) -> wxPageSetupDialogData() .br .RS .LP Types: .RS 3 PrintData = wxPrintData() (see module wxPrintData) | wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enableHelp(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enableMargins(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enableOrientation(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enablePaper(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B enablePrinter(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getDefaultMinMargins(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getEnableMargins(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getEnableOrientation(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getEnablePaper(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getEnablePrinter(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getEnableHelp(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getDefaultInfo(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMarginTopLeft(This) -> {X::integer(), Y::integer()} .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMarginBottomRight(This) -> {X::integer(), Y::integer()} .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMinMarginTopLeft(This) -> {X::integer(), Y::integer()} .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getMinMarginBottomRight(This) -> {X::integer(), Y::integer()} .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPaperId(This) -> integer() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPaperSize(This) -> {W::integer(), H::integer()} .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPrintData(This) -> wxPrintData() (see module wxPrintData) .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isOk(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setDefaultInfo(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setDefaultMinMargins(This, Flag) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Flag = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMarginTopLeft(This, Pt) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Pt = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMarginBottomRight(This, Pt) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Pt = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMinMarginTopLeft(This, Pt) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Pt = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMinMarginBottomRight(This, Pt) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Pt = {X::integer(), Y::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPaperId(This, Id) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Id = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPaperSize(This, Id) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br Id = integer() .br .RE .RE .RS .LP See external documentation\&. .br Also: .br setPaperSize(This, Sz) -> ok when .br This::wxPageSetupDialogData(), Sz::{W::integer(), H::integer()}\&. .br .RE .LP .B setPrintData(This, PrintData) -> ok .br .RS .LP Types: .RS 3 This = wxPageSetupDialogData() .br PrintData = wxPrintData() (see module wxPrintData) .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxPageSetupDialogData()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>