Document that [xy]thickness can be specified in a style.

Sat Mar  6 23:50:37 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/tmpl/gtkrc.sgml: Document that [xy]thickness can
	be specified in a style.
This commit is contained in:
Matthias Clasen 2004-03-06 22:46:44 +00:00 committed by Matthias Clasen
parent 9d3ae8148d
commit d8f5db0fe3
2 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sat Mar 6 23:50:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkrc.sgml: Document that [xy]thickness can
be specified in a style.
Fri Mar 5 23:58:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktreemodelfilter.sgml: A little addition.

View File

@ -263,6 +263,27 @@ elements are:
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>xthickness =
<replaceable>number</replaceable></literal></term>
<listitem>
<para>
Sets the xthickness, which is used for various horizontal padding
values in GTK+.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>ythickness =
<replaceable>number</replaceable></literal></term>
<listitem>
<para>
Sets the ythickness, which is used for various vertical padding
values in GTK+.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>bg_pixmap[<replaceable>state</replaceable>] =
<replaceable>pixmap</replaceable></literal></term>