Changes

GTK+ File Chooser Dialog

1,639 bytes added, 19:43, 3 December 2019
/* places */
The following lines were added (+) and removed (-):
GIMP (GTK+ 2)The primary user interface for selecting files * File Open* File SaveGTK+ file chooserApplications in Ubuntu / Mint call the GTK+ File Chooser Dialog for this purpose.  * GTK+ file chooserFor GTK+ dialog, the location bar will not appear while viewing "Recently Used" in the file chooser. In this view, even Ctrl+L shortcut keys will not work.Which includes*GtkFileChooser interface* GtkFileChooserDialogKGtk is the hackish way to use KDE dialogs in GTK+ applications.The basic elements of GtkFileSelection widget are: #A drop-down menu to select parent directories of the current directory* ref: https://superuser.com/questions/944119/replace-gtk-file-dialog-with-alternative#list of subdirectories of the current directory #A list of files in the current directoryGtkFileChooser interface#An entry to type in the name of the file to load or saveGtkFileChooserDialog#Optionally, a set of buttons to create new directories and to rename or delete files== customize and configure ==If 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.=== misc ===GIMP (GTK+ 2)For GTK+ dialog, the location bar will not appear while viewing "Recently Used" in the file chooser. In this view, even Ctrl+L shortcut keys will not work.KGtk is the hackish way to use KDE dialogs in GTK+ applications.* ref: https://superuser.com/questions/944119/replace-gtk-file-dialog-with-alternative{{:Template:Untidy Entry}}== 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