The members of Vte.Terminal are listed below.
See Also: Inherited members from Gtk.Widget
| Internal Constructor. |
| [read-only] | Adjustment | Gtk.Adjustment. An accessor function provided for the benefit of language bindings. |
| AllowBold | bool. Controls whether or not the terminal will attempt to draw bold text by repainting text with a different offset. | |
| AudibleBell | bool. Controls whether or not the terminal will beep when the child outputs the "bl" sequence. | |
| [write-only] | BackgroundImage | Gdk.Pixbuf. Sets a background image for the widget. |
| [write-only] | BackgroundImageFile | string. Sets a background image for the widget. |
| [write-only] | BackgroundSaturation | double. Adjust the brightness of the background image. |
| [write-only] | BackgroundTintColor | Gdk.Color. Documentation for this section has not yet been entered. |
| [write-only] | BackgroundTransparent | bool. Sets the terminal's background image to the pixmap stored in the root window, adjusted so that if there are no windows below your application, the widget will appear to be transparent. |
| [write-only] | BackspaceBinding | TerminalEraseBinding. Modifies the terminal's backspace key binding, which controls what string or control sequence the terminal sends to its child when the user presses the backspace key. |
| [read-only] | CharAscent | long. An accessor function provided for the benefit of language bindings. |
| [read-only] | CharDescent | long. An accessor function provided for the benefit of language bindings. |
| [read-only] | CharHeight | long. An accessor function provided for the benefit of language bindings. |
| [read-only] | CharWidth | long. An accessor function provided for the benefit of language bindings. |
| [write-only] | ColorBackground | Gdk.Color. Sets the background color for text which does not have a specific background color assigned. |
| [write-only] | ColorBold | Gdk.Color. Sets the color used to draw bold text in the default foreground color. |
| [write-only] | ColorCursor | Gdk.Color. Documentation for this section has not yet been entered. |
| [write-only] | ColorDim | Gdk.Color. Sets the color used to draw dim text in the default foreground color. |
| [write-only] | ColorForeground | Gdk.Color. Sets the foreground color used to draw normal text |
| [write-only] | ColorHighlight | Gdk.Color. Documentation for this section has not yet been entered. |
| [read-only] | ColumnCount | long. An accessor function provided for the benefit of language bindings. |
| [write-only] | CursorBlinks | bool. Sets whether or not the cursor will blink. |
| [read-only] | DefaultEmulation | string. Documentation for this section has not yet been entered. |
| [write-only] | DeleteBinding | TerminalEraseBinding. Modifies the terminal's delete key binding, which controls what string or control sequence the terminal sends to its child when the user presses the delete key. |
| Emulation | string. Sets what type of terminal the widget attempts to emulate by scanning for control sequences defined in the system's termcap file. | |
| Encoding | string. The encoding the terminal will expect data from the child to be encoded with. | |
| Font | Pango.FontDescription. The font used for rendering all text displayed by the terminal, overriding any fonts set using Gtk.Widget.ModifyFont(). | |
| [write-only] | FontFromString | string. A convenience function which converts name into a PangoFontDescription and passes it to Terminal.Font. |
| [read-only] static | GType | GLib.GType. GType Property. |
| [read-only] | HasSelection | bool. Checks if the terminal currently contains selected text. |
| [read-only] | IconTitle | string. An accessor function provided for the benefit of language bindings. |
| MouseAutohide | bool. The value of the terminal's mouse autohide setting. | |
| [write-only] | Opacity | ushort. Documentation for this section has not yet been entered. |
| [write-only] | Pty | int. Documentation for this section has not yet been entered. |
| [read-only] | RowCount | long. An accessor function provided for the benefit of language bindings. |
| [write-only] | ScrollBackground | bool. Documentation for this section has not yet been entered. |
| [write-only] | ScrollbackLines | long. Sets the length of the scrollback buffer used by the terminal. |
| [write-only] | ScrollOnKeystroke | bool. Controls whether or not the terminal will forcibly scroll to the bottom of the viewable history when the user presses a key. |
| [write-only] | ScrollOnOutput | bool. Controls whether or not the terminal will forcibly scroll to the bottom of the viewable history when the new data is received from the child. |
| [read-only] | StatusLine | string. Some terminal emulations specify a status line which is separate from the main display area, and define a means for applications to move the cursor to the status line and back. |
| [read-only] | UsingXft | bool. Whether a Vte.Terminal is using Xft to draw text. |
| VisibleBell | bool. Controls whether or not the terminal will present a visible bell to the user when the child outputs the "bl" sequence. | |
| [read-only] | WindowTitle | string. An accessor function provided for the benefit of language bindings. |
| [write-only] | WordChars | string. When the user double-clicks to start selection, the terminal will extend the selection on word boundaries. |
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. | ||
| CharSizeChanged | Emitted whenever selection of a new font causes the values of the char_width or char_height fields to change. | |
| ChildExited | This signal is emitted when the terminal detects that a child started using Terminal.ForkCommand() has exited. | |
| ClipboardCopied | Documentation for this section has not yet been entered. | |
| ClipboardPasted | Documentation for this section has not yet been entered. | |
| Commit | Emitted whenever the terminal receives input from the user and prepares to send it to the child process. | |
| ContentsChanged | Emitted whenever the visible appearance of the terminal has changed. | |
| CursorMoved | Emitted whenever the cursor moves to a new character cell. | |
| DecreaseFontSize | Emitted when the user hits the '-' key while holding the Control key. | |
| DeiconifyWindow | Emitted at the child application's request. | |
| EmulationChanged | Emitted when the terminal emulation type is changed. | |
| EncodingChanged | Emitted when the terminals encoding type is changed. | |
| Eof | Documentation for this section has not yet been entered. | |
| IconifyWindow | Emitted at the child application's request. | |
| IconTitleChanged | Emitted when the terminal's icon_title field is modified. | |
| IncreaseFontSize | Emitted when the user hits the '+' key while holding the Control key. | |
| LowerWindow | Emitted at the child application's request. | |
| MaximizeWindow | Emitted at the child application's request. | |
| MoveWindow | Emitted at the child application's request. | |
| RaiseWindow | Emitted at the child application's request. | |
| RefreshWindow | Emitted at the child application's request. | |
| ResizeWindow | Emitted at the child application's request. | |
| RestoreWindow | Emitted at the child application's request. | |
| SelectionChanged | Emitted whenever the contents of terminal's selection changes. | |
| StatusLineChanged | Emitted whenever the contents of the status line are modified or cleared. | |
| TextDeleted | An internal signal used for communication between the terminal and its accessibility peer. | |
| TextInserted | An internal signal used for communication between the terminal and its accessibility peer. | |
| TextModified | An internal signal used for communication between the terminal and its accessibility peer. | |
| TextScrolled | An internal signal used for communication between the terminal and its accessibility peer. | |
| WindowTitleChanged | Emitted when the terminal's window_title field is modified. |