summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-10-12 12:46:57 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-10-12 12:46:57 +0000
commit9acd242839b83aa64c6633461bbc523f50b070f4 (patch)
tree045cdbc51c719f42c3ddd1a6b33c699dcd4dfde5 /manual/appendix/wps_tags.tex
parent3eb5826c8a289d2ff2af246388e17d4aa6483da4 (diff)
downloadrockbox-9acd242839b83aa64c6633461bbc523f50b070f4.tar.gz
rockbox-9acd242839b83aa64c6633461bbc523f50b070f4.zip
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/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 58d81e659d..743e1c7ffe 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -634,7 +634,7 @@ Example:
634 (\%XX should be replaced with the actual tag). 634 (\%XX should be replaced with the actual tag).
635 635
636\begin{tagmap} 636\begin{tagmap}
637 \config{\%XX(x, y, width, filename, [options])} 637 \config{\%XX(x, y, width, height, [options])}
638 & Draw the specified tag as a bar\newline 638 & Draw the specified tag as a bar\newline
639 \config{x}: x co-ordinate at which to start drawing the bar.\newline 639 \config{x}: x co-ordinate at which to start drawing the bar.\newline
640 \config{y}: y co-ordinate at which to start drawing the bar.\newline 640 \config{y}: y co-ordinate at which to start drawing the bar.\newline
@@ -646,6 +646,8 @@ Example:
646 646
647\subsection{Options} 647\subsection{Options}
648\begin{description} 648\begin{description}
649 \item[image] -- the next option is either the filename or image label to
650 use for the fill image.
649 \item[horizontal] -- force the bar to be drawn horizontally. 651 \item[horizontal] -- force the bar to be drawn horizontally.
650 \item[vertical] -- force the bar to be drawn vertically. 652 \item[vertical] -- force the bar to be drawn vertically.
651 \item[invert] -- invert the draw direction (i.e. right to left, or top to 653 \item[invert] -- invert the draw direction (i.e. right to left, or top to