|  |  |  | VTE Reference Manual |  | 
|---|
| VteTerminalAccessibleVteTerminalAccessible — Accessibility peer of VteTerminal. | 
            VteTerminalAccessible;
AtkObject*  vte_terminal_accessible_new     (VteTerminal *terminal);
typedef struct {
	GtkAccessible parent;
} VteTerminalAccessible;
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: | a VteTerminal | 
| Returns : | the new AtkObject | 
| << VteTerminal | VteReaper >> |