* docs/grub.texi (Theme file format): Document new position format.
This commit is contained in:
parent
fc157e539c
commit
d7e06c1f0b
2 changed files with 20 additions and 4 deletions
|
@ -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>
|
2010-09-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* docs/grub.texi (Theme file format): Replace Box_slice_names.png with
|
* docs/grub.texi (Theme file format): Replace Box_slice_names.png with
|
||||||
|
|
|
@ -1714,8 +1714,20 @@ The following is a list of the components and the properties they support.
|
||||||
@subsection Common properties
|
@subsection Common properties
|
||||||
|
|
||||||
The following properties are supported by all components:
|
The following properties are supported by all components:
|
||||||
@itemize
|
@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
|
@item id
|
||||||
The identifier for the component. This can be any arbitrary string.
|
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
|
The ID can be used by scripts to refer to various components in the GUI
|
||||||
|
@ -1725,7 +1737,7 @@ The following properties are supported by all components:
|
||||||
@multitable @columnfractions 0.2 0.7
|
@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.
|
@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 multitable
|
||||||
@end itemize
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue