mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
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:
parent
9d3ae8148d
commit
d8f5db0fe3
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user