- bell
void function(VteTerminal* terminal) bell;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- charSizeChanged
void function(VteTerminal* terminal, uint charWidth, uint charHeight) charSizeChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- childExited
void function(VteTerminal* terminal, int status) childExited;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- commit
void function(VteTerminal* terminal, const(char)* text, uint size) commit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- contentsChanged
void function(VteTerminal* terminal) contentsChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- copyClipboard
void function(VteTerminal* terminal) copyClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cursorMoved
void function(VteTerminal* terminal) cursorMoved;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- decreaseFontSize
void function(VteTerminal* terminal) decreaseFontSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- deiconifyWindow
void function(VteTerminal* terminal) deiconifyWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- encodingChanged
void function(VteTerminal* terminal) encodingChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- eof
void function(VteTerminal* terminal) eof;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- iconTitleChanged
void function(VteTerminal* terminal) iconTitleChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- iconifyWindow
void function(VteTerminal* terminal) iconifyWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- increaseFontSize
void function(VteTerminal* terminal) increaseFontSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lowerWindow
void function(VteTerminal* terminal) lowerWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- maximizeWindow
void function(VteTerminal* terminal) maximizeWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- moveWindow
void function(VteTerminal* terminal, uint x, uint y) moveWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- padding
void*[16] padding;
Undocumented in source.
- parentClass
GtkWidgetClass parentClass;
Undocumented in source.
- pasteClipboard
void function(VteTerminal* terminal) pasteClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- priv
VteTerminalClassPrivate* priv;
Undocumented in source.
- raiseWindow
void function(VteTerminal* terminal) raiseWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- refreshWindow
void function(VteTerminal* terminal) refreshWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- resizeWindow
void function(VteTerminal* terminal, uint width, uint height) resizeWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- restoreWindow
void function(VteTerminal* terminal) restoreWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- selectionChanged
void function(VteTerminal* terminal) selectionChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textDeleted
void function(VteTerminal* terminal) textDeleted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textInserted
void function(VteTerminal* terminal) textInserted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textModified
void function(VteTerminal* terminal) textModified;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textScrolled
void function(VteTerminal* terminal, int delta) textScrolled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- windowTitleChanged
void function(VteTerminal* terminal) windowTitleChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
All of these fields should be considered read-only, except for derived classes.