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
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
.
Retrieves the maximum allowed length of the text in @buffer.
Inserts @n_chars characters of @chars into the contents of the buffer, at position @position.
Sets the maximum allowed length of the contents of the buffer.