GtkAccessibleTextInterface

The interface vtable for accessible objects containing text.

Members

Variables

gIface
GTypeInterface gIface;
getAttributes
bool function(GtkAccessibleText* self, uint offset, size_t* nRanges, GtkAccessibleTextRange** ranges, char*** attributeNames, char*** attributeValues) getAttributes;
getCaretPosition
uint function(GtkAccessibleText* self) getCaretPosition;
getContents
GBytes* function(GtkAccessibleText* self, uint start, uint end) getContents;
getContentsAt
GBytes* function(GtkAccessibleText* self, uint offset, GtkAccessibleTextGranularity granularity, uint* start, uint* end) getContentsAt;
getDefaultAttributes
void function(GtkAccessibleText* self, char*** attributeNames, char*** attributeValues) getDefaultAttributes;
getSelection
bool function(GtkAccessibleText* self, size_t* nRanges, GtkAccessibleTextRange** ranges) getSelection;