From 9538bc6221ad7a0f4b81c0b2df90b85a78a2b809 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 6 Jan 2014 17:15:56 -0600 Subject: [PATCH] filechooser: Document the settings XML --- gtk/org.gtk.Settings.FileChooser.gschema.xml | 37 +++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gtk/org.gtk.Settings.FileChooser.gschema.xml b/gtk/org.gtk.Settings.FileChooser.gschema.xml index 586881a681..087b3c221f 100644 --- a/gtk/org.gtk.Settings.FileChooser.gschema.xml +++ b/gtk/org.gtk.Settings.FileChooser.gschema.xml @@ -44,11 +44,19 @@ 'path-bar' + + Controls whether the file chooser + shows just a path bar, or a visible entry for the filename as well, for the + benefit of typing-oriented users. The possible values for these modes + are "path-bar" and "filename-entry". + false Whether to show hidden files - If set to true, then hidden files are shown by default. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~). + + Controls whether the file chooser shows hidden files or not. + false @@ -57,27 +65,54 @@ false + This key is deprecated; do not use it. true + + Controls whether the file chooser shows a column with file + sizes. + 'name' + + Can be one of "name", "modified", or "size". It controls + which of the columns in the file chooser is used for sorting + the list of files. + 'ascending' + + Can be one of the strings "ascending" or "descending". + (-1, -1) + + Coordinates (x, y) of the upper-left corner of the GtkFileChooserDialog's window. + (-1, -1) + + Size in pixels (width, height) of the GtkFileChooserDialog's window. + 'recent' + + Either "recent" or "cwd"; controls whether the file chooser + starts up showing the list of recently-used files, or the + contents of the current working directory. + 148 + + Width in pixels of the file chooser's places sidebar. +