wxPageSetupDialogData

See external documentation: wxPageSetupDialogData.

See external documentation: wxPageSetupDialogData.

Types


wxPageSetupDialogData() = wx:wx_object()

Functions


new() -> wxPageSetupDialogData()

See external documentation.

new(PrintData) -> wxPageSetupDialogData()

  • PrintData = wxPrintData() (see module wxPrintData) | wxPageSetupDialogData()

See external documentation.

enableHelp(This, Flag) -> ok

  • This = wxPageSetupDialogData()
  • Flag = boolean()

See external documentation.

enableMargins(This, Flag) -> ok

  • This = wxPageSetupDialogData()
  • Flag = boolean()

See external documentation.

enableOrientation(This, Flag) -> ok

  • This = wxPageSetupDialogData()
  • Flag = boolean()

See external documentation.

enablePaper(This, Flag) -> ok

  • This = wxPageSetupDialogData()
  • Flag = boolean()

See external documentation.

enablePrinter(This, Flag) -> ok

  • This = wxPageSetupDialogData()
  • Flag = boolean()

See external documentation.

getDefaultMinMargins(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

getEnableMargins(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

getEnableOrientation(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

getEnablePaper(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

getEnablePrinter(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

getEnableHelp(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

getDefaultInfo(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

getMarginTopLeft(This) -> {X::integer(), Y::integer()}

  • This = wxPageSetupDialogData()

See external documentation.

getMarginBottomRight(This) -> {X::integer(), Y::integer()}

  • This = wxPageSetupDialogData()

See external documentation.

getMinMarginTopLeft(This) -> {X::integer(), Y::integer()}

  • This = wxPageSetupDialogData()

See external documentation.

getMinMarginBottomRight(This) -> {X::integer(), Y::integer()}

  • This = wxPageSetupDialogData()

See external documentation.

getPaperId(This) -> integer()

  • This = wxPageSetupDialogData()

See external documentation.

getPaperSize(This) -> {W::integer(), H::integer()}

  • This = wxPageSetupDialogData()

See external documentation.

getPrintData(This) -> wxPrintData() (see module wxPrintData)

  • This = wxPageSetupDialogData()

See external documentation.

isOk(This) -> boolean()

  • This = wxPageSetupDialogData()

See external documentation.

setDefaultInfo(This, Flag) -> ok

  • This = wxPageSetupDialogData()
  • Flag = boolean()

See external documentation.

setDefaultMinMargins(This, Flag) -> ok

  • This = wxPageSetupDialogData()
  • Flag = boolean()

See external documentation.

setMarginTopLeft(This, Pt) -> ok

  • This = wxPageSetupDialogData()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

setMarginBottomRight(This, Pt) -> ok

  • This = wxPageSetupDialogData()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

setMinMarginTopLeft(This, Pt) -> ok

  • This = wxPageSetupDialogData()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

setMinMarginBottomRight(This, Pt) -> ok

  • This = wxPageSetupDialogData()
  • Pt = {X::integer(), Y::integer()}

See external documentation.

setPaperId(This, Id) -> ok

  • This = wxPageSetupDialogData()
  • Id = integer()

See external documentation.

setPaperSize(This, Id) -> ok

  • This = wxPageSetupDialogData()
  • Id = integer()

See external documentation.
Also:
setPaperSize(This, Sz) -> ok when
This::wxPageSetupDialogData(), Sz::{W::integer(), H::integer()}.

setPrintData(This, PrintData) -> ok

  • This = wxPageSetupDialogData()
  • PrintData = wxPrintData() (see module wxPrintData)

See external documentation.

destroy(This::wxPageSetupDialogData()) -> ok

Destroys this object, do not use object again