diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-10-12 12:46:57 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-10-12 12:46:57 +0000 |
| commit | 9acd242839b83aa64c6633461bbc523f50b070f4 (patch) | |
| tree | 045cdbc51c719f42c3ddd1a6b33c699dcd4dfde5 /manual/appendix | |
| parent | 3eb5826c8a289d2ff2af246388e17d4aa6483da4 (diff) | |
| download | rockbox-9acd242839b83aa64c6633461bbc523f50b070f4.zip rockbox-9acd242839b83aa64c6633461bbc523f50b070f4.tar.gz rockbox-9acd242839b83aa64c6633461bbc523f50b070f4.tar.bz2 rockbox-9acd242839b83aa64c6633461bbc523f50b070f4.tar.xz | |
skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.bmp,0,0) %pb(0,0,10,10,bar_image) or %pb(0,0,10,10, pb.bmp) both are acceptable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28249 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 58d81e6..743e1c7 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -634,7 +634,7 @@ Example: (\%XX should be replaced with the actual tag). \begin{tagmap} - \config{\%XX(x, y, width, filename, [options])} + \config{\%XX(x, y, width, height, [options])} & Draw the specified tag as a bar\newline \config{x}: x co-ordinate at which to start drawing the bar.\newline \config{y}: y co-ordinate at which to start drawing the bar.\newline @@ -646,6 +646,8 @@ Example: \subsection{Options} \begin{description} + \item[image] -- the next option is either the filename or image label to + use for the fill image. \item[horizontal] -- force the bar to be drawn horizontally. \item[vertical] -- force the bar to be drawn vertically. \item[invert] -- invert the draw direction (i.e. right to left, or top to |