AccessibleTextGranularity
Description:
[ CCode ( cprefix = "GTK_ACCESSIBLE_TEXT_GRANULARITY_" , type_id = "gtk_accessible_text_granularity_get_type ()" ) ]
[ Version ( since = "4.14" ) ]
public enum AccessibleTextGranularity
The granularity for queries about the text contents of a [iface@Gtk.
AccessibleText] implementation.
Content:
Enum values:
- CHARACTER - Use the
boundary between characters (including non-printing characters)
- LINE - Use the boundary between
lines, starting from the beginning of the current line and ending at the beginning of the next line
- PARAGRAPH - Use the
boundary between paragraphs, starting from the beginning of the current paragraph and ending at the beginning of the next paragraph
- SENTENCE - Use the boundary
between sentences, starting from the beginning of the current sentence and ending at the beginning of the next sentence
- WORD - Use the boundary between
words, starting from the beginning of the current word and ending at the beginning of the next word