Gtk.FileChooserButton.prototype.set_width_chars
function set_width_chars(n_chars:Number):void {
// Gjs wrapper for gtk_file_chooser_button_set_width_chars()
}Sets the width (in characters) that button will use to n_chars.
Since 2.6
- n_chars
the new width, in characters.