Module: Gtk::AccessibleTextGranularity

Defined in:
(unknown)

Constant Summary collapse

CHARACTER =

Use the boundary between
characters (including non-printing characters)

0 or :character
WORD =

Use the boundary between words,
starting from the beginning of the current word and ending at the
beginning of the next word

1 or :word
SENTENCE =

Use the boundary between
sentences, starting from the beginning of the current sentence and
ending at the beginning of the next sentence

2 or :sentence
LINE =

Use the boundary between lines,
starting from the beginning of the current line and ending at the
beginning of the next line

3 or :line
PARAGRAPH =

Use the boundary between
paragraphs, starting from the beginning of the current paragraph and
ending at the beginning of the next paragraph

4 or :paragraph