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