Gtk.Label.prototype.set_width_chars

function set_width_chars(n_chars:Number):void {
    // Gjs wrapper for gtk_label_set_width_chars()
}

Sets the desired width in characters of label to n_chars.

Since 2.6

n_chars

the new desired width, in characters.