PrintDuplex

public extension PrintDuplex
  • Cast constructor, converting any binary integer to a PrintDuplex.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • No duplex.

    Declaration

    Swift

    static let simplex: GtkPrintDuplex
  • Horizontal duplex.

    Declaration

    Swift

    static let horizontal: GtkPrintDuplex
  • Vertical duplex.

    Declaration

    Swift

    static let vertical: GtkPrintDuplex