PrintPages

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • all

    All pages.

    Declaration

    Swift

    static let all: GtkPrintPages
  • Current page.

    Declaration

    Swift

    static let current: GtkPrintPages
  • Range of pages.

    Declaration

    Swift

    static let ranges: GtkPrintPages
  • Selected pages.

    Declaration

    Swift

    static let selection: GtkPrintPages