PositionType

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The feature is at the left edge.

    Declaration

    Swift

    static let left: GtkPositionType
  • The feature is at the right edge.

    Declaration

    Swift

    static let right: GtkPositionType
  • top

    The feature is at the top edge.

    Declaration

    Swift

    static let top: GtkPositionType
  • The feature is at the bottom edge.

    Declaration

    Swift

    static let bottom: GtkPositionType