- GtkReserved1void function() GtkReserved1; 
- GtkReserved2void function() GtkReserved2; 
- GtkReserved3void function() GtkReserved3; 
- GtkReserved4void function() GtkReserved4; 
- backspacevoid function(GtkTextView* textView) backspace; 
- copyClipboardvoid function(GtkTextView* textView) copyClipboard; 
- createBufferGtkTextBuffer* function(GtkTextView* textView) createBuffer; 
- cutClipboardvoid function(GtkTextView* textView) cutClipboard; 
- deleteFromCursorvoid function(GtkTextView* textView, GtkDeleteType type, int count) deleteFromCursor; 
- drawLayervoid function(GtkTextView* textView, GtkTextViewLayer layer, cairo_t* cr) drawLayer; 
- extendSelectionint function(GtkTextView* textView, GtkTextExtendSelection granularity, GtkTextIter* location, GtkTextIter* start, GtkTextIter* end) extendSelection; 
- insertAtCursorvoid function(GtkTextView* textView, const(char)* str) insertAtCursor; 
- insertEmojivoid function(GtkTextView* textView) insertEmoji; 
- moveCursorvoid function(GtkTextView* textView, GtkMovementStep step, int count, int extendSelection) moveCursor; 
- parentClassGtkContainerClass parentClass; 
- The object class structure needs to be the first 
- pasteClipboardvoid function(GtkTextView* textView) pasteClipboard; 
- populatePopupvoid function(GtkTextView* textView, GtkWidget* popup) populatePopup; 
- setAnchorvoid function(GtkTextView* textView) setAnchor; 
- toggleOverwritevoid function(GtkTextView* textView) toggleOverwrite;