Vte.TerminalAccessible Members

The members of Vte.TerminalAccessible are listed below.

See Also: Inherited members from Gtk.Accessible

Public Constructors

Internal constructor
Creates a new accessibility peer for the terminal widget.

Protected Constructors

Protected Constructor.

Public Properties

[read-only]
Alphadouble. Documentation for this section has not yet been entered.
[read-only]
CaretOffsetint. Gets the offset position of the caret (cursor).
[read-only]
CharacterCountint. Documentation for this section has not yet been entered.
[read-only]
DefaultAttributesGLib.SList. Documentation for this section has not yet been entered.
[read-only]
static
GTypeGLib.GType. GType Property.
[read-only]
LayerAtk.Layer. Documentation for this section has not yet been entered.
[read-only]
MdiZorderint. Documentation for this section has not yet been entered.
[read-only]
NActionsint. Documentation for this section has not yet been entered.
[read-only]
NSelectionsint. Documentation for this section has not yet been entered.

Public Methods

AddFocusHandler(Atk.FocusHandler) : uint
Documentation for this section has not yet been entered.
AddSelection(int, int) : bool
Documentation for this section has not yet been entered.
Contains(int, int, Atk.CoordType) : bool
Documentation for this section has not yet been entered.
DoAction(int) : bool
Documentation for this section has not yet been entered.
GetBoundedRanges(Atk.TextRectangle, Atk.CoordType, Atk.TextClipType, Atk.TextClipType) : Atk.TextRange
Documentation for this section has not yet been entered.
GetCharacterAtOffset(int) : char
Gets the specified text.
GetCharacterExtents(int, out int, out int, out int, out int, Atk.CoordType)
Documentation for this section has not yet been entered.
GetDescription(int) : string
Documentation for this section has not yet been entered.
GetExtents(out int, out int, out int, out int, Atk.CoordType)
Documentation for this section has not yet been entered.
GetKeybinding(int) : string
Documentation for this section has not yet been entered.
GetLocalizedName(int) : string
Documentation for this section has not yet been entered.
GetName(int) : string
Documentation for this section has not yet been entered.
GetOffsetAtPoint(int, int, Atk.CoordType) : int
Documentation for this section has not yet been entered.
GetPosition(out int, out int, Atk.CoordType)
Documentation for this section has not yet been entered.
GetRangeExtents(int, int, Atk.CoordType, Atk.TextRectangle)
Documentation for this section has not yet been entered.
GetRunAttributes(int, out int, out int) : GLib.SList
Documentation for this section has not yet been entered.
GetSelection(int, out int, out int) : string
Documentation for this section has not yet been entered.
GetSize(out int, out int)
Documentation for this section has not yet been entered.
GetText(int, int) : string
Documentation for this section has not yet been entered.
GetTextAfterOffset(int, Atk.TextBoundary, out int, out int) : string
Documentation for this section has not yet been entered.
GetTextAtOffset(int, Atk.TextBoundary, out int, out int) : string
Documentation for this section has not yet been entered.
GetTextBeforeOffset(int, Atk.TextBoundary, out int, out int) : string
Documentation for this section has not yet been entered.
GrabFocus() : bool
Documentation for this section has not yet been entered.
RefAccessibleAtPoint(int, int, Atk.CoordType) : Atk.Object
Documentation for this section has not yet been entered.
RemoveFocusHandler(uint)
Documentation for this section has not yet been entered.
RemoveSelection(int) : bool
Documentation for this section has not yet been entered.
SetCaretOffset(int) : bool
Documentation for this section has not yet been entered.
SetDescription(int, string) : bool
Documentation for this section has not yet been entered.
SetExtents(int, int, int, int, Atk.CoordType) : bool
Documentation for this section has not yet been entered.
SetPosition(int, int, Atk.CoordType) : bool
Documentation for this section has not yet been entered.
SetSelection(int, int, int) : bool
Documentation for this section has not yet been entered.
SetSize(int, int) : bool
Documentation for this section has not yet been entered.

Protected Methods

OnBoundsChanged(Atk.Rectangle)
Documentation for this section has not yet been entered.
OnTextAttributesChanged()
Default handler for the TerminalAccessible.TextAttributesChanged event.
OnTextCaretMoved(int)
Default handler for the TerminalAccessible.TextCaretMoved event.
OnTextChanged(int, int)
Default handler for the TerminalAccessible.TextChanged event.
OnTextSelectionChanged()
Default handler for the TerminalAccessible.TextSelectionChanged event.

Public Events

BoundsChangedDocumentation for this section has not yet been entered.
TextAttributesChangedDocumentation for this section has not yet been entered.
TextCaretMovedDocumentation for this section has not yet been entered.
TextChangedDocumentation for this section has not yet been entered.
TextSelectionChangedDocumentation for this section has not yet been entered.