Enumeration
GtkAccessibleTextGranularity
since: 4.14
Description [src]
The granularity for queries about the text contents of a GtkAccessibleText
implementation.
Available since: 4.14
Members
Name | Description |
---|---|
GTK_ACCESSIBLE_TEXT_GRANULARITY_CHARACTER |
Use the boundary between characters (including non-printing characters) |
GTK_ACCESSIBLE_TEXT_GRANULARITY_WORD |
Use the boundary between words, starting from the beginning of the current word and ending at the beginning of the next word. |
GTK_ACCESSIBLE_TEXT_GRANULARITY_SENTENCE |
Use the boundary between sentences, starting from the beginning of the current sentence and ending at the beginning of the next sentence. |
GTK_ACCESSIBLE_TEXT_GRANULARITY_LINE |
Use the boundary between lines, starting from the beginning of the current line and ending at the beginning of the next line. |
GTK_ACCESSIBLE_TEXT_GRANULARITY_PARAGRAPH |
Use the boundary between paragraphs, starting from the beginning of the current paragraph and ending at the beginning of the next paragraph. |