Justification

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The text is placed at the left edge of the label.

    Declaration

    Swift

    static let left: GtkJustification
  • The text is placed at the right edge of the label.

    Declaration

    Swift

    static let right: GtkJustification
  • The text is placed in the center of the label.

    Declaration

    Swift

    static let center: GtkJustification
  • The text is placed is distributed across the label.

    Declaration

    Swift

    static let fill: GtkJustification