Gtk.Entry.prototype.get_buffer
function get_buffer():Gtk.EntryBuffer {
// Gjs wrapper for gtk_entry_get_buffer()
}Get the Gtk.EntryBuffer object which holds the text for this widget.
Since 2.18
- Returns
A Gtk.EntryBuffer object.
function get_buffer():Gtk.EntryBuffer {
// Gjs wrapper for gtk_entry_get_buffer()
}Get the Gtk.EntryBuffer object which holds the text for this widget.
Since 2.18
A Gtk.EntryBuffer object.