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:
@ -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>
|
Wed Oct 30 16:50:42 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/running.sgml: Document --screen.
|
* gtk/running.sgml: Document --screen.
|
||||||
|
@ -148,7 +148,7 @@ Creates a new file selection dialog box. By default it will contain a #GtkTreeVi
|
|||||||
<para>
|
<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.
|
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
|
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.
|
list those directories which have been partially matched.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -199,11 +199,6 @@ Hides the file operation buttons that normally appear at the top of the dialog.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkFileSelection:show-fileops ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkFileSelection:filename ##### -->
|
<!-- ##### ARG GtkFileSelection:filename ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -214,3 +209,8 @@ Hides the file operation buttons that normally appear at the top of the dialog.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkFileSelection:show-fileops ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ elements are:
|
|||||||
<para>
|
<para>
|
||||||
Sets the color used for the background of widgets displaying
|
Sets the color used for the background of widgets displaying
|
||||||
editable text. This color is used for the background
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -306,6 +306,14 @@ settings</replaceable> }</literal></term>
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user