summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-26 00:13:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-26 00:13:34 -0500
commitd3f713529ab2c1fcbf1a35de0a3a38cf9fb49399 (patch)
treee7ff3b73ba0011b1029cf1d8215f7a510092cbd7 /docs
parent34e204952e1887a35468c34c802cc51436a53b2d (diff)
downloadgtk+-d3f713529ab2c1fcbf1a35de0a3a38cf9fb49399.tar.gz
Document CSS win32 size support
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/css-properties.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml
index dc87af55cb..76a1482520 100644
--- a/docs/reference/gtk/css-properties.xml
+++ b/docs/reference/gtk/css-properties.xml
@@ -70,6 +70,19 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
not quite the same as the CSS definition of rem.
</para>
+ <para>
+ Whereever a number is allowed, GTK+ also accepts a Windows-specific
+ theme size:
+ </para>
+
+<literallayout>
+<code>〈win32 theme size〉 = 〈win32 size〉| 〈win32 part size〉</code>
+<code>〈win32 size〉 = -gtk-win32-size ( 〈theme name〉, 〈metric id〉 )</code>
+<code>〈win32 part size〉 = [ -gtk-win32-part-width | -gtk-win32-part-height |</code>
+<code> -gtk-win32-part-border-top | -gtk-win32-part-border-right |</code>
+<code> -gtk-win32-part-border-bottom | -gtk-win32-part-border-left ] ( 〈theme name〉 , 〈integer〉 , 〈integer〉 )</code>
+</literallayout>
+
<literallayout><code>〈calc expression〉 = calc( 〈calc sum〉 )</code>
<code>〈calc sum〉 = 〈calc product〉 [ [ + | - ] 〈calc product〉 ]*</code>
<code>〈calc product〉 = 〈calc value〉 [ * 〈calc value〉 | / 〈number〉 ]*</code>