diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2012-07-05 22:44:13 +1000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2012-07-05 23:30:06 +1000 |
| commit | 65f9df3083623484efccf502c33ecc959555d247 (patch) | |
| tree | 6d55b2eb2d874166be00306a5cc3a7c67ebea227 /manual/appendix | |
| parent | f6d6a4602c9bb94565f8bb421b465a06f215fb7d (diff) | |
| download | rockbox-65f9df3083623484efccf502c33ecc959555d247.zip rockbox-65f9df3083623484efccf502c33ecc959555d247.tar.gz rockbox-65f9df3083623484efccf502c33ecc959555d247.tar.bz2 rockbox-65f9df3083623484efccf502c33ecc959555d247.tar.xz | |
skin_engine: Allow the %St() (setting) skin tag be used as a bar
%St(<setting name>) or %St(<bar tags>, setting, <setting name>)
Change-Id: I71396d683634d4d1ad2357018c4029ecb4229677
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 14e0308..220a308 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -360,6 +360,8 @@ that, it will display the volume value. \config{\%St(<setting\tabnlindent{}name>)} & The value of the Rockbox setting with the specified name. See \reference{ref:config_file_options} for the list of the available settings.\\ + \config{\%St(...)} & Draw a bar using from the setting. + See \reference{ref:bar_tags} for details.\\ \end{tagmap} Examples: @@ -715,6 +717,8 @@ display cycling round the defined sublines. See \opt{touchscreen}{ \item[notouch] -- don't create the touchregion for progress/volume bars. } + \item[setting] -- Specify the setting name to draw the bar from (bar must be + \%St type), the next param is the settings config name. \end{description} Example: \config{\%pb(0,0,-,-,-,nofill, slider, slider\_image, invert)} -- draw |