From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../org.gtk.Settings.FileChooser.gschema.xml | 153 +++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml b/Release/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml new file mode 100644 index 0000000..c3753f2 --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "" + + + 'path-bar' + Location mode + + 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 + Show hidden files + + Controls whether the file chooser shows hidden files or not. + + + + false + Show folders first + + If set to true, then folders are shown before files in the list. + + + + false + Expand folders + This key is deprecated; do not use it. + + + true + Show file sizes + + Controls whether the file chooser shows a column with file sizes. + + + + 'name' + Sort column + + 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' + Sort order + + Can be one of the strings "ascending" or "descending". + + + + (-1, -1) + Window position + + The (x, y) coordinates of the upper-left corner of the GtkFileChooserDialog's + window. + + + + (-1, -1) + Window size + + The size (width, height) of the GtkFileChooserDialog's window, in pixels. + + + + 'recent' + Startup mode + + 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 + Sidebar width + + Width in pixels of the file chooser's places sidebar. + + + + '24h' + Time format + + Whether the time is shown in 24h or 12h format. + + + + 'regular' + Date format + + The amount of detail to show in the Modified column. + + + + + -- cgit v1.2.1