Overflow

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • No change is applied. Content is drawn at the specified position.

    Declaration

    Swift

    static let visible: GtkOverflow
  • Content is clipped to the bounds of the area. Content outside the area is not drawn and cannot be interacted with.

    Declaration

    Swift

    static let hidden: GtkOverflow