FilterChange

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The filter change cannot be described with any of the other enumeration values.

    Declaration

    Swift

    static let different: GtkFilterChange
  • The filter is less strict than it was before: All items that it used to return true for still return true, others now may, too.

    Declaration

    Swift

    static let lessStrict: GtkFilterChange
  • The filter is more strict than it was before: All items that it used to return false for still return false, others now may, too.

    Declaration

    Swift

    static let moreStrict: GtkFilterChange