About string resource.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 May 2010 22:45:11 +0300
changeset 400 fe31cd23bfe5
parent 399 87b5a0093153
child 401 9d19ef0d482a
About string resource.
x.rst
--- a/x.rst	Mon May 17 22:42:48 2010 +0300
+++ b/x.rst	Mon May 17 22:45:11 2010 +0300
@@ -36,12 +36,7 @@
                 Resources are typically lowercase with uppercase
                 concatenation.
   value
-                The actual value of the resource. This can be 1 of 3 types:
-                 * Integer (whole numbers).
-                 * Boolean (true/false, yes/no, on/off).
-                 * String, for example word (white), color (#ffffff), font
-                   (-*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1 ) or path
-                   (/usr/bin/firefox).
+                The actual value of the resource.
   delimiters
                 A period (.) is used to signify each step down into the
                 hierarchy. A colon (:) is used to separate the resource
@@ -67,9 +62,14 @@
 
 ** Value types.
 
+*** String.
+
+This can be path specification like '/usr/bin/firefox'.
+
 *** Colors.
 
-For color names see '/usr/lib/X11/rgb.txt'.
+For color names see '/usr/lib/X11/rgb.txt'. Also you can use hex
+representation #ffffff.
 
 *** Font.