Gtk.TextBuffer.new
function new(table:Gtk.TextTagTable):Gtk.TextBuffer { // Gjs wrapper for gtk_text_buffer_new() }
Creates a new text buffer.
- table
a tag table, or null to create a new one
- Returns
a new text buffer
function new(table:Gtk.TextTagTable):Gtk.TextBuffer { // Gjs wrapper for gtk_text_buffer_new() }
Creates a new text buffer.
a tag table, or null to create a new one
a new text buffer