WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=89c6cd81bd949cabef8dc179aa546003133e3cfb
commit 89c6cd81bd949cabef8dc179aa546003133e3cfb Author: Jean Rene Dawin <hi...@gmx.de> Date: Wed Feb 22 14:54:27 2017 -0800 Wiki page knob_example changed with summary [] by Jean Rene Dawin --- pages/themes/knob_example.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/themes/knob_example.txt b/pages/themes/knob_example.txt index 1076989..6a46ce0 100644 --- a/pages/themes/knob_example.txt +++ b/pages/themes/knob_example.txt @@ -2,4 +2,8 @@ ==== Make an Elementary slider behave like a knob ==== -Here is an example for an edje theme which makes an Elementary slider widget look and behave like a knob. It will look like this: +Here is an example for an edje theme which makes an Elementary slider widget look and behave like a knob. + +It will look like this {{:themes:edje-knob.png?nolink}} and works by displaying one of 60 images, depending on how much you drag the knob (up and down). Each of the images corresponds to a different rotation of the knob. + +The edc file for this theme will be described below. --