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 ()" ) ]
[ Version ( since = "2.18" ) ]
public class EntryBuffer : Object

The EntryBuffer class contains the actual text displayed in a Entry widget.

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

EntryBuffer 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.


Namespace: Gtk
Package: gtk+-3.0

Content:

Properties:

Creation methods:

Methods:

Signals:

Inherited Members: