Package org.gnome.gtk

Class TextBuffer

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
Buffer

@Generated("io.github.jwharm.JavaGI") public class TextBuffer extends GObject
Stores text and attributes for display in a GtkTextView.

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 setEnableUndo(boolean).