Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkaccessibletext.h>
Data Fields | |
gsize | start |
gsize | length |
GtkAccessibleText:
An interface for accessible objects containing formatted text.
The GtkAccessibleText
interfaces is meant to be implemented by accessible objects that have text formatted with attributes, or non-trivial text contents.
You should use the [enum@.nosp@m.Gtk..nosp@m.Acces.nosp@m.sibl.nosp@m.eProp.nosp@m.erty.nosp@m..LABE.nosp@m.L] or the [enum@.nosp@m.Gtk..nosp@m.Acces.nosp@m.sibl.nosp@m.eProp.nosp@m.erty.nosp@m..DESC.nosp@m.RIPT.nosp@m.ION] properties for accessible objects containing simple, unformatted text.
Since: 4.14 GtkAccessibleTextRange: @start: the start of the range, in characters @length: the length of the range, in characters
A range inside the text of an accessible object.
Since: 4.14
Definition at line 46 of file gtkaccessibletext.h.
gsize GtkAccessibleTextRange::length |
Definition at line 48 of file gtkaccessibletext.h.
gsize GtkAccessibleTextRange::start |
Definition at line 47 of file gtkaccessibletext.h.