From 1489222cabc46db5b54d9e23415b17d44e63d4a0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Nov 2002 00:02:05 +0000 Subject: [PATCH] The label is "Folders" now, not "Directories". (#97224, Vitaly Tishkov) * gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not "Directories". (#97224, Vitaly Tishkov) * gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting style properties from rc files. More needed !! --- docs/reference/ChangeLog | 10 ++++++++++ docs/reference/gtk/tmpl/gtkfilesel.sgml | 12 ++++++------ docs/reference/gtk/tmpl/gtkrc.sgml | 10 +++++++++- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b2e6eb8a0..d43400086 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,13 @@ +2002-11-01 Matthias Clasen + + * gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not + "Directories". (#97224, Vitaly Tishkov) + +2002-10-29 Matthias Clasen + + * gtk/tmpl/gtkrc.sgml: Fix a link. Add (minimal) docs for setting + style properties from rc files. More needed !! + Wed Oct 30 16:50:42 2002 Owen Taylor * gtk/running.sgml: Document --screen. diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index 731321cb2..f008d61de 100644 --- a/docs/reference/gtk/tmpl/gtkfilesel.sgml +++ b/docs/reference/gtk/tmpl/gtkfilesel.sgml @@ -148,7 +148,7 @@ Creates a new file selection dialog box. By default it will contain a #GtkTreeVi 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" +file names which have been partially matched, and the "Folders" list those directories which have been partially matched. @@ -199,11 +199,6 @@ Hides the file operation buttons that normally appear at the top of the dialog. @Returns: - - - - - @@ -214,3 +209,8 @@ Hides the file operation buttons that normally appear at the top of the dialog. + + + + + diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index 0f767fb6a..2f237804f 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -226,7 +226,7 @@ elements are: Sets the color used for the background of widgets displaying editable text. This color is used for the background - of, among others, #GtkText, #GtkEntry, #GtkList, and #GtkClist. + of, among others, #GtkText, #GtkEntry, #GtkList, and #GtkCList. @@ -306,6 +306,14 @@ settings } + + class::property = value + + + Sets a style property for a widget class. + + +