PropMode

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • the new data replaces the existing data.

    Declaration

    Swift

    static let replace: GdkPropMode
  • the new data is prepended to the existing data.

    Declaration

    Swift

    static let prepend: GdkPropMode
  • the new data is appended to the existing data.

    Declaration

    Swift

    static let append: GdkPropMode