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

  • Old deprecated layer, use GTK_TEXT_VIEW_LAYER_BELOW_TEXT instead

    Declaration

    Swift

    static let below: GtkTextViewLayer
  • Old deprecated layer, use GTK_TEXT_VIEW_LAYER_ABOVE_TEXT instead

    Declaration

    Swift

    static let above: GtkTextViewLayer
  • The layer rendered below the text (but above the background). Since: 3.20

    Declaration

    Swift

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

    Declaration

    Swift

    static let aboveText: GtkTextViewLayer