diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-01 00:02:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-01 00:02:05 +0000 |
commit | 1489222cabc46db5b54d9e23415b17d44e63d4a0 (patch) | |
tree | 6ea8ab1d0ae94830306faba798266549f4d5f58e | |
parent | 907ac77664537e436a7215b460e18bf694eb43c2 (diff) | |
download | gtk+-1489222cabc46db5b54d9e23415b17d44e63d4a0.tar.gz |
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 !!
-rw-r--r-- | docs/reference/ChangeLog | 10 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkfilesel.sgml | 8 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkrc.sgml | 10 |
3 files changed, 23 insertions, 5 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b2e6eb8a00..d43400086b 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,13 @@ +2002-11-01 Matthias Clasen <maclas@gmx.de> + + * gtk/tmpl/gtkfilesel.sgml: The label is "Folders" now, not + "Directories". (#97224, Vitaly Tishkov) + +2002-10-29 Matthias Clasen <maclas@gmx.de> + + * 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 <otaylor@redhat.com> * gtk/running.sgml: Document --screen. diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index 731321cb2a..f008d61def 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 <para> 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. </para> @@ -199,17 +199,17 @@ Hides the file operation buttons that normally appear at the top of the dialog. @Returns: -<!-- ##### ARG GtkFileSelection:show-fileops ##### --> +<!-- ##### ARG GtkFileSelection:filename ##### --> <para> </para> -<!-- ##### ARG GtkFileSelection:filename ##### --> +<!-- ##### ARG GtkFileSelection:select-multiple ##### --> <para> </para> -<!-- ##### ARG GtkFileSelection:select-multiple ##### --> +<!-- ##### ARG GtkFileSelection:show-fileops ##### --> <para> </para> diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index 0f767fb6ab..2f237804f6 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -226,7 +226,7 @@ elements are: <para> 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. </para> </listitem> </varlistentry> @@ -306,6 +306,14 @@ settings</replaceable> }</literal></term> </para> </listitem> </varlistentry> + <varlistentry> + <term><literal><replaceable>class</replaceable>::<replaceable>property</replaceable> = <replaceable>value</replaceable></literal></term> + <listitem> + <para> + Sets a style property for a widget class. + </para> + </listitem> + </varlistentry> </variablelist> </para> <para> |