Changes

GTK+ File Chooser Dialog

1,386 bytes added, 19:43, 3 December 2019
/* places */
The following lines were added (+) and removed (-):
The basic elements of GtkFileSelection widget are:#A drop-down menu to select parent directories of the current directory#list of subdirectories of the current directory#A list of files in the current directory#An entry to type in the name of the file to load or save#Optionally, a set of buttons to create new directories and to rename or delete filesIf you're using PCManFM and you click BOOKMARKS -> Add to Bookmarks an entry will be created in the ~/.config/gtk-3.0/bookmarks fileAlso in PCManFM you can right-click on a bookmark and remove it, thus resulting in the entry being removed from the bookmarks file as well.White Space is handled like this in the text file:  "My Folder" file:///office/My%20Folder My FolderNotice that in the path %20 represents a white space, however, in the following label it is not necessary to use %20 for the white space.== references ==* [http://fishsoup.net/bib/FileSelectorFosdem2003/ A new file selector for GTK+ by Owen Taylor]* [http://lazka.github.io/pgi-docs/Gtk-3.0/classes/FileChooser.html Gtk 3.0, Interfaces, Gtk.FileChooser]* [http://developer.gnome.org/gtk2/stable/GtkFileChooser.html GNOME GtkFileChooser, File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog]* [http://developer.gnome.org/gtk2/stable/GtkSettings.html GNOME GtkSettings][[Category:Computer_Technology]][[Category:Linux]]
Administrator
4,579
edits