PageSet

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

    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: GtkPageSet
  • Even pages.

    Declaration

    Swift

    static let even: GtkPageSet
  • odd

    Odd pages.

    Declaration

    Swift

    static let odd: GtkPageSet