]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Theme file format): Document new position format.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 5 Sep 2010 18:33:03 +0000 (20:33 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 5 Sep 2010 18:33:03 +0000 (20:33 +0200)
ChangeLog
docs/grub.texi

index c7150303595d6fa2510f0b1260fdf7f622c88f86..04c526d98a8135c7b32568ab3eabf408e77d89f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi (Theme file format): Document new position format.
+
 2010-09-05  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * docs/grub.texi (Theme file format): Replace Box_slice_names.png with
index 825e65adf3651736e89e9cfe4b9db74b9311c105..80c6e50db65ab911bd8b700daf7394f323433c3c 100644 (file)
@@ -1714,9 +1714,21 @@ The following is a list of the components and the properties they support.
 @subsection Common properties
 
 The following properties are supported by all components:
-@itemize
-
-@item id
+@table @samp
+@item left
+     The distance from the left border of container to left border of the object in either of three formats:
+        @multitable @columnfractions 0.2 0.7
+             @item x @tab Value in pixels
+             @item p% @tab Percentage
+             @item p%+x @tab mixture of both
+        @end multitable
+@item top
+      The distance from the left border of container to left border of the object in same format.
+@item width
+      The width of object in same format.
+@item height
+      The height of object in same format.
+@item id 
    The identifier for the component.  This can be any arbitrary string.
    The ID can be used by scripts to refer to various components in the GUI
    component tree.  Currently, there is one special ID value that GRUB
@@ -1725,7 +1737,7 @@ The following properties are supported by all components:
    @multitable @columnfractions 0.2 0.7
    @item ``__timeout__`` @tab Any component with this ID will have its *text*, *start*, *end*, *value*, and *visible* properties set by GRUB when it is counting down to an automatic boot of the default menu entry.
    @end multitable
-@end itemize
+@end table