Enumeration (GI Enum)

Gtk-4.0GtkAccessibleTextGranularitySince 4.14

The granularity for queries about the text contents of a Gtk.AccessibleText implementation.

4.14

Index

Enumeration Members

Enumeration Members

CHARACTER: number

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

LINE: number

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

PARAGRAPH: number

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

SENTENCE: number

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

WORD: number

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