mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
parent
907ac77664
commit
1489222cab
@ -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.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user