vtec.vtetypes

Undocumented in source.

Public Imports

gtkc.gtktypes
public import gtkc.gtktypes;
Undocumented in source.

Members

Aliases

VteSelectionFunc
alias VteSelectionFunc = int function(VteTerminal* terminal, glong column, glong row, void* data)
Undocumented in source.

Enums

VtePtyError
enum VtePtyError

VTE_PTY_ERROR_PTY_HELPER_FAILED failure when using the GNOME PTY helper to allocate the PTY VTE_PTY_ERROR_PTY98_FAILED failure when using PTY98 to allocate the PTY Since 0.26

VtePtyFlags
enum VtePtyFlags

VTE_PTY_NO_LASTLOG don't record the session in lastlog VTE_PTY_NO_UTMP don't record the session in utmp VTE_PTY_NO_WTMP don't record the session in wtmp VTE_PTY_NO_HELPER don't use the GNOME PTY helper to allocate the PTY VTE_PTY_NO_FALLBACK when allocating the PTY with the PTY helper fails, don't fall back to try using PTY98 VTE_PTY_DEFAULT the default flags Since 0.26

VteTerminalAntiAlias
enum VteTerminalAntiAlias

Warning VteTerminalAntiAlias is deprecated and should not be used in newly-written code. An enumeration describing which anti-alias setting to use.

VteTerminalCursorBlinkMode
enum VteTerminalCursorBlinkMode

An enumerated type which can be used to indicate the cursor blink mode for the terminal. VTE_CURSOR_BLINK_SYSTEM Follow GTK+ settings for cursor blinking. VTE_CURSOR_BLINK_ON Cursor blinks. VTE_CURSOR_BLINK_OFF Cursor does not blink.

VteTerminalCursorShape
enum VteTerminalCursorShape

An enumerated type which can be used to indicate what should the terminal draw at the cursor position. VTE_CURSOR_SHAPE_BLOCK Draw a block cursor. This is the default. VTE_CURSOR_SHAPE_IBEAM Draw a vertical bar on the left side of character. This is similar to the default cursor for other GTK+ widgets. VTE_CURSOR_SHAPE_UNDERLINE Draw a horizontal bar below the character.

VteTerminalEraseBinding
enum VteTerminalEraseBinding

An enumerated type which can be used to indicate which string the terminal should send to an application when the user presses the Delete or Backspace keys. VTE_ERASE_AUTO For backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence. VTE_ERASE_ASCII_BACKSPACE Send an ASCII backspace character (0x08). VTE_ERASE_ASCII_DELETE Send an ASCII delete character (0x7F). VTE_ERASE_DELETE_SEQUENCE Send the "@7" control sequence. VTE_ERASE_TTY Send terminal's "erase" setting.

VteTerminalWriteFlags
enum VteTerminalWriteFlags

A flag type to determine how terminal contents should be written to an output stream. VTE_TERMINAL_WRITE_DEFAULT Write contents as UTF-8 text. This is the default.

Structs

VtePty
struct VtePty

Main Gtk struct. Since 0.26

VteTerminal
struct VteTerminal

Main Gtk struct. All of these fields should be considered read-only and deprecated.

Meta