EntryBuffer


Object Hierarchy:

Gtk.EntryBuffer Gtk.EntryBuffer Gtk.EntryBuffer GLib.Object GLib.Object GLib.Object->Gtk.EntryBuffer

Description:

[ CCode ( type_id = "gtk_entry_buffer_get_type ()" ) ]
public class EntryBuffer : Object

Holds the text that is displayed in a single-line text entry 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.

All known sub-classes:

Namespace: Gtk
Package: gtk4

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members: