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 !!
This commit is contained in:
Matthias Clasen 2002-11-01 00:02:05 +00:00
parent 907ac77664
commit 1489222cab
3 changed files with 25 additions and 7 deletions

View File

@ -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.

View File

@ -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,11 +199,6 @@ Hides the file operation buttons that normally appear at the top of the dialog.
@Returns:
<!-- ##### ARG GtkFileSelection:show-fileops ##### -->
<para>
</para>
<!-- ##### ARG GtkFileSelection:filename ##### -->
<para>
@ -214,3 +209,8 @@ Hides the file operation buttons that normally appear at the top of the dialog.
</para>
<!-- ##### ARG GtkFileSelection:show-fileops ##### -->
<para>
</para>

View File

@ -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>