EntryBuffer
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.
Inheritors
Constructors
Functions
The text is altered in the default handler for this signal.
This signal is emitted after text is inserted into the buffer.
Deletes a sequence of characters from the buffer.
Used when subclassing GtkEntryBuffer
.
Used when subclassing GtkEntryBuffer
.
Inserts @n_chars characters of @chars into the contents of the buffer, at position @position.