Enumeration (GI Enum)

Gtk-3.0GtkTextViewLayer

Used to reference the layers of Gtk.TextView for the purpose of customized drawing with the ::draw_layer vfunc.

Index

Enumeration Members

Enumeration Members

ABOVE: number

Old deprecated layer, use Gtk.TextViewLayer.ABOVE_TEXT instead

ABOVE_TEXT: number

The layer rendered above the text. Since: 3.20

BELOW: number

Old deprecated layer, use Gtk.TextViewLayer.BELOW_TEXT instead

BELOW_TEXT: number

The layer rendered below the text (but above the background). Since: 3.20