Package org.gnome.gtk

Class EntryBuffer

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

@Generated("io.github.jwharm.JavaGI") public class EntryBuffer extends GObject
A GtkEntryBuffer hold the text displayed in a GtkText widget.

A single GtkEntryBuffer object can be shared by multiple widgets which will then share the same text content, but not the cursor position, visibility attributes, icon etc.

GtkEntryBuffer may be derived from. Such a derived class might allow text to be stored in an alternate location, such as non-pageable memory, useful in the case of important passwords. Or a derived class could integrate with an application’s concept of undo/redo.