From 691576eb4087b87608d65d349e6f3bba608c74d5 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 5 Dec 2000 20:50:24 +0000 Subject: [PATCH] Fix to say that file_selection_complete() filters both files and Thu Nov 30 00:53:45 2000 Owen Taylor * 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 | 8 ++++++++ docs/reference/gtk/tmpl/gtkfilesel.sgml | 10 +++++++--- docs/reference/gtk/tmpl/gtktogglebutton.sgml | 4 +++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 2ef7647ec0..96b66d7d1c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,11 @@ +Thu Nov 30 00:53:45 2000 Owen Taylor + + * 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 * gtk/Makefile.am (content_files): Add a couple diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index 9ac71c75c9..ef0bb7dfd5 100644 --- a/docs/reference/gtk/tmpl/gtkfilesel.sgml +++ b/docs/reference/gtk/tmpl/gtkfilesel.sgml @@ -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(). -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*. 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 -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. @filesel: a #GtkFileSelection. diff --git a/docs/reference/gtk/tmpl/gtktogglebutton.sgml b/docs/reference/gtk/tmpl/gtktogglebutton.sgml index 83dd4acbb1..65f98af296 100644 --- a/docs/reference/gtk/tmpl/gtktogglebutton.sgml +++ b/docs/reference/gtk/tmpl/gtktogglebutton.sgml @@ -114,7 +114,9 @@ This is a deprecated macro, and is only maintained for compatability reasons. -Changes the state of the toggle button. +Emits the toggled +signal on the #GtkToggleButton. There is no good reason for an +application ever to call this function. @toggle_button: a #GtkToggleButton.