vte.c.types
C types for vte2 library
Types 21
An enumeration type that can be used to specify how the terminal uses extra allocated space.
An enumerated type which can be used to indicate the cursor blink mode for the terminal.
An enumerated type which can be used to indicate what should the terminal draw at the cursor position.
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.
An enumeration type for features.
An enumeration type that can be used to specify the format the selection should be copied to the clipboard in.
An enum type for regex errors. In addition to the values listed above, any PCRE2 error values may occur.
An enumerated type which can be used to indicate whether the terminal allows the text contents to be blinked.
A flag type to determine how terminal contents should be written to an output stream.
Provides context information for a context menu event.
All of these fields should be considered read-only, except for derived classes.
GtkWidgetClass parentClassvoid function(VteTerminal * terminal) eofvoid function(VteTerminal * terminal, int status) childExitedvoid function(VteTerminal * terminal) encodingChangedvoid function(VteTerminal * terminal, uint charWidth, uint charHeight) charSizeChangedvoid function(VteTerminal * terminal) windowTitleChangedvoid function(VteTerminal * terminal) iconTitleChangedvoid function(VteTerminal * terminal) selectionChangedvoid function(VteTerminal * terminal) contentsChangedvoid function(VteTerminal * terminal) cursorMovedvoid function(VteTerminal * terminal, const(char) * text, uint size) commitvoid function(VteTerminal * terminal) deiconifyWindowvoid function(VteTerminal * terminal) iconifyWindowvoid function(VteTerminal * terminal) raiseWindowvoid function(VteTerminal * terminal) lowerWindowvoid function(VteTerminal * terminal) refreshWindowvoid function(VteTerminal * terminal) restoreWindowvoid function(VteTerminal * terminal) maximizeWindowvoid function(VteTerminal * terminal, uint width, uint height) resizeWindowvoid function(VteTerminal * terminal, uint x, uint y) moveWindowvoid function(VteTerminal * terminal) increaseFontSizevoid function(VteTerminal * terminal) decreaseFontSizevoid function(VteTerminal * terminal) textModifiedvoid function(VteTerminal * terminal) textInsertedvoid function(VteTerminal * terminal) textDeletedvoid function(VteTerminal * terminal, int delta) textScrolledvoid function(VteTerminal * terminal) copyClipboardvoid function(VteTerminal * terminal) pasteClipboardvoid function(VteTerminal * terminal) bellvoid *[3] ExtraPaddingvoid function(VteTerminal * terminal, const(VteEventContext) * context) setupContextMenuvoid *[12] PaddingVteTerminalClassPrivate * priv