Module: Gtk::TextViewLayer

Defined in:
(unknown)

Constant Summary collapse

BELOW =

Old deprecated layer, use %GTK_TEXT_VIEW_LAYER_BELOW_TEXT instead

0 or :below
ABOVE =

Old deprecated layer, use %GTK_TEXT_VIEW_LAYER_ABOVE_TEXT instead

1 or :above
BELOW_TEXT =

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

2 or :below_text
ABOVE_TEXT =

The layer rendered above the text. Since: 3.20

3 or :above_text