| VTE Reference Manual |
|---|
VteTerminalAccessible — Accessibility peer of VteTerminal.
struct VteTerminalAccessible; AtkObject* vte_terminal_accessible_new (VteTerminal *terminal);
GObject +----AtkObject +----GtkAccessible +----VteTerminalAccessible
VteTerminalAccessible implements AtkComponent and AtkText.
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 : | a VteTerminal |
| Returns : | the new AtkObject |
| << VteTerminal | VteReaper >> |