- 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;
- 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;
- padding
void*[8] padding;
Undocumented in source.
- parentClass
GtkWidgetClass parentClass;
The object class structure needs to be the first
- pasteClipboard
void function(GtkTextView* textView) pasteClipboard;
- setAnchor
void function(GtkTextView* textView) setAnchor;
- snapshotLayer
void function(GtkTextView* textView, GtkTextViewLayer layer, GtkSnapshot* snapshot) snapshotLayer;
- toggleOverwrite
void function(GtkTextView* textView) toggleOverwrite;