GtkTextBuffer

Stores text and attributes for display in a gtk.text_view.TextView.

You may wish to begin by reading the text widget conceptual overview, which gives an overview of all the objects and data types related to the text widget and how they work together.

GtkTextBuffer can support undoing changes to the buffer content, see gtk.text_buffer.TextBuffer.setEnableUndo.

Members

Variables

parentInstance
ObjectC parentInstance;
priv
GtkTextBufferPrivate* priv;