vtec.vtetypes

Undocumented in source.

Public Imports

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

Members

Aliases

CursorBlinkMode
alias CursorBlinkMode = VteCursorBlinkMode
Undocumented in source.
CursorShape
alias CursorShape = VteCursorShape
Undocumented in source.
EraseBinding
alias EraseBinding = VteEraseBinding
Undocumented in source.
PtyError
alias PtyError = VtePtyError
Undocumented in source.
PtyFlags
alias PtyFlags = VtePtyFlags
Undocumented in source.
VteSelectionFunc
alias VteSelectionFunc = int function(VteTerminal* terminal, glong column, glong row, void* data)

Specifies the type of a selection function used to check whether a cell has to be selected or not.

WriteFlags
alias WriteFlags = VteWriteFlags
Undocumented in source.

Enums

VteCursorBlinkMode
enum VteCursorBlinkMode

An enumerated type which can be used to indicate the cursor blink mode for the terminal.

VteCursorShape
enum VteCursorShape

An enumerated type which can be used to indicate what should the terminal draw at the cursor position.

VteEraseBinding
enum VteEraseBinding

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.

VtePtyError
enum VtePtyError
Undocumented in source.
VtePtyFlags
enum VtePtyFlags
Undocumented in source.
VteWriteFlags
enum VteWriteFlags

A flag type to determine how terminal contents should be written to an output stream.

Structs

VteCharAttributes
struct VteCharAttributes
Undocumented in source.
VtePty
struct VtePty
Undocumented in source.
VtePtyClass
struct VtePtyClass
Undocumented in source.
VteTerminal
struct VteTerminal
Undocumented in source.
VteTerminalClass
struct VteTerminalClass

All of these fields should be considered read-only, except for derived classes.

VteTerminalClassPrivate
struct VteTerminalClassPrivate
Undocumented in source.
VteTerminalPrivate
struct VteTerminalPrivate
Undocumented in source.

Meta