append

open fun append(string: String)

Appends @string to @self.

The @string will be copied. See method@Gtk.StringList.take for a way to avoid that.

Parameters

string

the string to insert