GtkTextView
A widget for displaying and editing a large block of text.
Object Hierarchy
Direct Subclasses
Description
GtkTextViews store text in a buffer. If you want to get the text contents of the GtkTextView, you need to use the get_buffer() function (which returns a GtkTextBuffer object) and from that object you have created, get the text contents using the get_text() function.
Signals
"backspace"
"copy-clipboard"
"cut-clipboard"
"delete-from-cursor"
"insert-at-cursor"
"move-cursor"
"move-focus"
"move-viewport"
"page-horizontally"
"paste-clipboard"
"populate-popup"
"select-all"
"set-anchor"
"set-scroll-adjustments"
"toggle-overwrite"