Gtk.FileChooserButton.prototype.set_title
function set_title(title:String):void {
// Gjs wrapper for gtk_file_chooser_button_set_title()
}Modifies the title of the browse dialog used by button.
Since 2.6
- title
the new browse dialog title.
function set_title(title:String):void {
// Gjs wrapper for gtk_file_chooser_button_set_title()
}Modifies the title of the browse dialog used by button.
Since 2.6
the new browse dialog title.