Gtk.FileChooser.prototype.set_show_hidden
function set_show_hidden(show_hidden:Boolean):void {
// Gjs wrapper for gtk_file_chooser_set_show_hidden()
}Sets whether hidden files and folders are displayed in the file selector.
Since 2.6
- show_hidden
true if hidden files and folders should be displayed.