mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Inform about gtk_file_chooser_set_action().
2004-02-27 Federico Mena Quintero <federico@ximian.com> * gtk/migrating-GtkFileChooser.sgml: Inform about gtk_file_chooser_set_action().
This commit is contained in:
parent
1100cbb9d4
commit
7ba7ec245d
@ -1,3 +1,8 @@
|
||||
2004-02-27 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/migrating-GtkFileChooser.sgml: Inform about
|
||||
gtk_file_chooser_set_action().
|
||||
|
||||
Thu Feb 26 22:18:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk-sections.txt: Add gtk_combo_box_entry_new_text.
|
||||
|
@ -74,7 +74,11 @@
|
||||
folders. Consider a backup program that needs to let the user
|
||||
select a folder that will be backed up along with its
|
||||
subfolders. To configure whether #GtkFileChooser is used to
|
||||
select files or folders, use gtk_file_chooser_set_folder_mode().
|
||||
select files or folders, use gtk_file_chooser_set_action(). In
|
||||
addition, this lets you configure whether the file chooser will
|
||||
be used to select existing files or folders (e.g. for
|
||||
"File/Open"), or to type in new filenames (for
|
||||
"File/Save As...").
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user