Gtk.Label.prototype.set_max_width_chars

function set_max_width_chars(n_chars:Number):void {
    // Gjs wrapper for gtk_label_set_max_width_chars()
}

Sets the desired maximum width in characters of label to n_chars.

Since 2.6

n_chars

the new desired maximum width, in characters.