- GtkReserved1
void function() GtkReserved1;
- GtkReserved2
void function() GtkReserved2;
- GtkReserved3
void function() GtkReserved3;
- GtkReserved4
void function() GtkReserved4;
- backspace
void function(GtkTextView* textView) backspace;
- copyClipboard
void function(GtkTextView* textView) copyClipboard;
- createBuffer
GtkTextBuffer* function(GtkTextView* textView) createBuffer;
- cutClipboard
void function(GtkTextView* textView) cutClipboard;
- deleteFromCursor
void function(GtkTextView* textView, GtkDeleteType type, int count) deleteFromCursor;
- drawLayer
void function(GtkTextView* textView, GtkTextViewLayer layer, cairo_t* cr) drawLayer;
- extendSelection
int function(GtkTextView* textView, GtkTextExtendSelection granularity, GtkTextIter* location, GtkTextIter* start, GtkTextIter* end) extendSelection;
- insertAtCursor
void function(GtkTextView* textView, const(char)* str) insertAtCursor;
- insertEmoji
void function(GtkTextView* textView) insertEmoji;
- moveCursor
void function(GtkTextView* textView, GtkMovementStep step, int count, int extendSelection) moveCursor;
- parentClass
GtkContainerClass parentClass;
The object class structure needs to be the first
- pasteClipboard
void function(GtkTextView* textView) pasteClipboard;
- populatePopup
void function(GtkTextView* textView, GtkWidget* popup) populatePopup;
- setAnchor
void function(GtkTextView* textView) setAnchor;
- toggleOverwrite
void function(GtkTextView* textView) toggleOverwrite;