mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
(gtk_file_selection_set_filename): Add a hint about opening
directories. (#113175)
This commit is contained in:
parent
c1d40c0293
commit
e837bae836
@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||
"Rename File" and "Create Directory" subdialogs: Enter in entry
|
||||
activates default, default is "Create"/"Rename", Escape cancels
|
||||
dialog. (#113110)
|
||||
(gtk_file_selection_set_filename): Add a hint about opening
|
||||
directories. (#113175)
|
||||
|
||||
2003-05-22 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||
"Rename File" and "Create Directory" subdialogs: Enter in entry
|
||||
activates default, default is "Create"/"Rename", Escape cancels
|
||||
dialog. (#113110)
|
||||
(gtk_file_selection_set_filename): Add a hint about opening
|
||||
directories. (#113175)
|
||||
|
||||
2003-05-22 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||
"Rename File" and "Create Directory" subdialogs: Enter in entry
|
||||
activates default, default is "Create"/"Rename", Escape cancels
|
||||
dialog. (#113110)
|
||||
(gtk_file_selection_set_filename): Add a hint about opening
|
||||
directories. (#113175)
|
||||
|
||||
2003-05-22 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||
"Rename File" and "Create Directory" subdialogs: Enter in entry
|
||||
activates default, default is "Create"/"Rename", Escape cancels
|
||||
dialog. (#113110)
|
||||
(gtk_file_selection_set_filename): Add a hint about opening
|
||||
directories. (#113175)
|
||||
|
||||
2003-05-22 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
@ -12,6 +12,8 @@ Wed May 21 19:01:06 2003 Owen Taylor <otaylor@redhat.com>
|
||||
"Rename File" and "Create Directory" subdialogs: Enter in entry
|
||||
activates default, default is "Create"/"Rename", Escape cancels
|
||||
dialog. (#113110)
|
||||
(gtk_file_selection_set_filename): Add a hint about opening
|
||||
directories. (#113175)
|
||||
|
||||
2003-05-22 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
|
@ -1176,6 +1176,10 @@ gtk_file_selection_hide_fileop_buttons (GtkFileSelection *filesel)
|
||||
* directory path, then the requestor will open with that path as its
|
||||
* current working directory.
|
||||
*
|
||||
* This has the consequence that in order to open the requestor with a
|
||||
* working directory and an empty filename, @filename must have a trailing
|
||||
* directory separator.
|
||||
*
|
||||
* The encoding of @filename is the on-disk encoding, which
|
||||
* may not be UTF-8. See g_filename_from_utf8().
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user