ConstraintRelation

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • le

    Less than, or equal

    Declaration

    Swift

    static let le: GtkConstraintRelation
  • eq

    Equal

    Declaration

    Swift

    static let eq: GtkConstraintRelation
  • ge

    Greater than, or equal

    Declaration

    Swift

    static let ge: GtkConstraintRelation