| VTE Reference Manual | ||||
|---|---|---|---|---|
VteTerminalAccessibleVteTerminalAccessible — Accessibility peer of VteTerminal. |
typedef struct {
GtkAccessible parent;
} VteTerminalAccessible;
This should not be accessed directly. Use the AtkText interface instead.
| GtkAccessible parent; | The parent GtkAccessible object. |
AtkObject* vte_terminal_accessible_new (VteTerminal *terminal);
Creates a new accessibility peer for the terminal widget.
| terminal : | a VteTerminal |
| Returns : | the new AtkObject |