From 9acd242839b83aa64c6633461bbc523f50b070f4 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 12 Oct 2010 12:46:57 +0000 Subject: 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 --- manual/appendix/wps_tags.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manual') 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: (\%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 -- cgit