TextViewLayer

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The layer rendered below the text (but above the background).

    Declaration

    Swift

    static let belowText: GtkTextViewLayer
  • The layer rendered above the text.

    Declaration

    Swift

    static let aboveText: GtkTextViewLayer