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