]> Pileus Git - ~andy/gtk/commitdiff
Fix to say that file_selection_complete() filters both files and
authorOwen Taylor <otaylor@redhat.com>
Tue, 5 Dec 2000 20:50:24 +0000 (20:50 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 5 Dec 2000 20:50:24 +0000 (20:50 +0000)
Thu Nov 30 00:53:45 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/tmpl/gtkfilesel.sgml: Fix to say that file_selection_complete()
filters both files and directories.

* gtk/tmpl/gtktogglebutton.sgml: Fix description
of gtk_toggle_button_toggled().

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkfilesel.sgml
docs/reference/gtk/tmpl/gtktogglebutton.sgml

index 2ef7647ec0c58a2bc636855d96699982eac05d76..96b66d7d1c96a437301893537272a8532f198eac 100644 (file)
@@ -1,3 +1,11 @@
+Thu Nov 30 00:53:45 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtkfilesel.sgml: Fix to say that file_selection_complete()
+       filters both files and directories.
+
+       * gtk/tmpl/gtktogglebutton.sgml: Fix description
+       of gtk_toggle_button_toggled().
+
 Fri Nov 17 17:31:30 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (content_files): Add a couple
index 9ac71c75c972e00219486386e361f0aebec1dac0..ef0bb7dfd56f24299e9556acf2c90ff6db2c0130 100644 (file)
@@ -15,7 +15,9 @@ File selection dialogs are created with a call to gtk_file_selection_new().
 The default filename can be set using gtk_file_selection_set_filename() and the selected filename retrieved using gtk_file_selection_get_filename().
 </para>
 <para>
-Use gtk_file_selection_complete() to display files that match a given pattern. This can be used for example, to show only *.txt files, or only files beginning with gtk*.
+Use gtk_file_selection_complete() to display files and directories
+that match a given pattern. This can be used for example, to show only
+*.txt files, or only files beginning with gtk*.
 </para>
 <para>
 Simple file operations; create directory, delete file, and rename file, are available from buttons at the top of the dialog. These can be hidden using gtk_file_selection_hide_fileop_buttons() and shown again using gtk_file_selection_show_fileop_buttons().
@@ -141,8 +143,10 @@ Retrieves the currently selected filename from the file selection dialog. If no
 
 <!-- ##### FUNCTION gtk_file_selection_complete ##### -->
 <para>
-Will attempt to match @pattern to a valid filename in the current directory. If a match can be made, the matched filename will appear in the text entry field of the file selection dialog.
-If a partial match can be made, the "Files" list will contain those file names which have been partially matched.
+Will attempt to match @pattern to a valid filenames or subdirectories in the current directory. If a match can be made, the matched filename will appear in the text entry field of the file selection dialog.
+If a partial match can be made, the "Files" list will contain those
+file names which have been partially matched, and the "Directories"
+list those directories which have been partially matched.
 </para>
 
 @filesel: a #GtkFileSelection.
index 83dd4acbb1e60c8df0d62927d00daee6c92ecf96..65f98af2968bfbf12a3c38a1daa14b654576b187 100644 (file)
@@ -114,7 +114,9 @@ This is a deprecated macro, and is only maintained for compatability reasons.
 
 <!-- ##### FUNCTION gtk_toggle_button_toggled ##### -->
 <para>
-Changes the state of the toggle button.
+Emits the <link linkend="GtkToggleButton-toggled">toggled</link>
+signal on the #GtkToggleButton. There is no good reason for an
+application ever to call this function.
 </para>
 
 @toggle_button: a #GtkToggleButton.