function new_with_buffer(buffer:Gtk.EntryBuffer):Gtk.Widget { // Gjs wrapper for gtk_entry_new_with_buffer() }
Creates a new entry with the specified text buffer.
Since 2.18
The buffer to use for the new Gtk.Entry.
a new Gtk.Entry