PackType

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The child is packed into the start of the box

    Declaration

    Swift

    static let start: GtkPackType
  • end

    The child is packed into the end of the box

    Declaration

    Swift

    static let end: GtkPackType