AccessibleTextGranularity

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

Since

4.14

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.