The properties of Vte.Terminal are listed below. For a list of all members, see the Terminal Members list.
See Also: Inherited members from Gtk.Widget
| [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. |