GtkTextViewClass

Undocumented in source.

Members

Variables

GtkReserved1
void function() GtkReserved1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved2
void function() GtkReserved2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved3
void function() GtkReserved3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved4
void function() GtkReserved4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GtkReserved5
void function() GtkReserved5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
backspace
void function(GtkTextView* textView) backspace;
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(GtkTextView* textView) copyClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
createBuffer
GtkTextBuffer* function(GtkTextView* textView) createBuffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cutClipboard
void function(GtkTextView* textView) cutClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deleteFromCursor
void function(GtkTextView* textView, GtkDeleteType type, int count) deleteFromCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
drawLayer
void function(GtkTextView* textView, GtkTextViewLayer layer, cairo_t* cr) drawLayer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extendSelection
int function(GtkTextView* textView, GtkTextExtendSelection granularity, GtkTextIter* location, GtkTextIter* start, GtkTextIter* end) extendSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insertAtCursor
void function(GtkTextView* textView, const(char)* str) insertAtCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
moveCursor
void function(GtkTextView* textView, GtkMovementStep step, int count, int extendSelection) moveCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GtkContainerClass parentClass;

The object class structure needs to be the first

pasteClipboard
void function(GtkTextView* textView) pasteClipboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
populatePopup
void function(GtkTextView* textView, GtkWidget* popup) populatePopup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setAnchor
void function(GtkTextView* textView) setAnchor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
toggleOverwrite
void function(GtkTextView* textView) toggleOverwrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta