TextViewLayer
Description:
[ CCode ( cprefix = "GTK_TEXT_VIEW_LAYER_" , type_id = "gtk_text_view_layer_get_type ()" ) ]
public enum TextViewLayer
Used to reference the layers of TextView for the purpose of customized drawing with the
::draw_layer
vfunc.
Content:
Enum values:
- ABOVE - Old deprecated layer, use
gtk_text_view_layer_above_text instead
- ABOVE_TEXT - The layer rendered above
the text.
- BELOW - Old deprecated layer, use
gtk_text_view_layer_below_text instead
- BELOW_TEXT - The layer rendered below
the text (but above the background).