The methods of Vte.Terminal are listed below. For a list of all members, see the Terminal Members list.
See Also: Inherited members from Gtk.Widget
CopyClipboard()Places the selected text in the terminal in the GDK_SELECTION_CLIPBOARD selection. | ||
CopyPrimary()Places the selected text in the terminal in the GDK_SELECTION_PRIMARY selection. | ||
Feed(string)Interprets data as if it were data received from a child process. | ||
FeedChild(string)Sends a block of UTF-8 text to the child as if it were entered by the user at the keyboard. | ||
FeedChildBinary(string)Documentation for this section has not yet been entered. | ||
ForkCommand(string, string[], string[], string, bool, bool, bool)Starts the specified command under a newly-allocated control pseudo-terminal. | ||
GetCursorPosition(out long, out long)Reads the location of the insertion cursor and returns it. | ||
GetPadding(out int, out int)Determines the amount of additional space the widget is using to pad the edges of its visible area. | ||
GetText(bool, IntPtr, IntPtr)Extracts a view of the visible part of the terminal. | ||
GetTextIncludeTrailingSpaces(bool, IntPtr, IntPtr)Documentation for this section has not yet been entered. | ||
GetTextRange(long, long, long, long, bool, IntPtr, IntPtr)Extracts a view of the visible part of the string. | ||
ImAppendMenuitems(Gtk.MenuShell)Appends menu items for various input methods to the given menu. | ||
IsWordChar(char)Determines if a character is considered to be part of a word | ||
MatchAdd(string)Adds a regular expression to the list of matching expressions. | ||
MatchCheck(long, long, out int)Checks if the text in and around the specified position matches any of the regular expressions previously set using Terminal.MatchAdd(). | ||
MatchClearAll()Clears the list of regular expressions the terminal uses to highlight text when the user moves the mouse cursor. | ||
MatchRemove(int)Removes the regular expression which is associated with the given tag from the list of expressions which the terminal will highlight when the user moves the mouse cursor over matching text. | ||
MatchSetCursor(int, Gdk.Cursor)Documentation for this section has not yet been entered. | ||
MatchSetCursorType(int, Gdk.CursorType)Documentation for this section has not yet been entered. | ||
PasteClipboard()Sends the contents of the GDK_SELECTION_CLIPBOARD selection to the terminal's child. | ||
PastePrimary()Sends the contents of the GDK_SELECTION_PRIMARY selection to the terminal's child. | ||
Reset(bool, bool)Resets as much of the terminal's internal state as possible. | ||
SelectAll()Documentation for this section has not yet been entered. | ||
SelectNone()Documentation for this section has not yet been entered. | ||
SetColors(Gdk.Color, Gdk.Color, Gdk.Color[], long)Change the colors of the Vte.Terminal | ||
SetDefaultColors()Reset the terminal palette to reasonable compiled-in defaults. | ||
SetFontFromStringFull(string, TerminalAntiAlias)Documentation for this section has not yet been entered. | ||
SetFontFull(Pango.FontDescription, TerminalAntiAlias)Documentation for this section has not yet been entered. | ||
SetSize(long, long)Attempts to change the terminal's size in terms of rows and columns. | ||