diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2014-01-13 00:49:36 +0100 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-13 00:51:06 +0100 |
| commit | 25b7cff5e72a601a6a7c0a2d56a7d358b42b6e7f (patch) | |
| tree | 7d92a5e26f2cb8ee5302bb42cb081cd3d4aff79a | |
| parent | 4e1c690ea7b2163f64e3ca9dc25ca69bc75ee433 (diff) | |
| download | rockbox-25b7cff5e72a601a6a7c0a2d56a7d358b42b6e7f.zip rockbox-25b7cff5e72a601a6a7c0a2d56a7d358b42b6e7f.tar.gz rockbox-25b7cff5e72a601a6a7c0a2d56a7d358b42b6e7f.tar.bz2 rockbox-25b7cff5e72a601a6a7c0a2d56a7d358b42b6e7f.tar.xz | |
manual: Update bar tags for new noborder parameter and default value for y.
Change-Id: I4587ed5f073bd66d4efdf925b7beeca9a8b14a07
| -rw-r--r-- | manual/appendix/wps_tags.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 2ecd98e..40665d8 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -696,7 +696,8 @@ display cycling round the defined sublines. See \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 + \config{y}: y co-ordinate at which to start drawing the bar (- to have + appear on the line of the tag, as if it was a text tag) .\newline \config{width}: width of the bar (- for the full viewport width).\newline \config{height}: height of the bar (- to set to the font height for horizontal bars and to the viewport height for vertical bars).\newline @@ -719,6 +720,9 @@ display cycling round the defined sublines. See This must be followed by the label of the desired image. \item[nofill] -- don't draw the bar, only its frame (for use with the ``slider'' option). + \item[noborder] -- don't draw the border for image-less bars, instead maximise + the filling over the specified area. This doesn't work for bars which + specify an image. \item[nobar] -- don't draw the bar or its frame (for use with the ``slider'' option). \opt{touchscreen}{ @@ -769,4 +773,3 @@ a horizontal progressbar which doesn't fill and draws the image contain dynamic content such as timers, peak meters or progress bars.\\ \end{tagmap} - |