PropertyState

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • the property value was changed.

    Declaration

    Swift

    static let newValue: GdkPropertyState
  • the property was deleted.

    Declaration

    Swift

    static let delete: GdkPropertyState