summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAnil Kumar Nahak <ak.nahak@samsung.com>2014-11-29 15:56:45 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-11-29 15:56:45 +0900
commit65240b5327e5ab1eb8f77835b4729444fe1f02df (patch)
tree8dfa38bb2619440e7830a8b3694bd3ee7cc47d33 /config
parent7380d2674a7f338b0b6a1140c135863256ffef18 (diff)
downloadelementary-65240b5327e5ab1eb8f77835b4729444fe1f02df.tar.gz
Slider: Added APIs to set/get slider's indicator visibility mode.
Summary: elm_config_slider_indicator_visible_mode_set elm_config_slider_indicator_visible_mode_get The patch will enable the slider's indicator to get visible always visible on focus visible never visible on slider value change Reviewers: raster, seoz Subscribers: sachin.dev Differential Revision: https://phab.enlightenment.org/D1558
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src.in1
-rw-r--r--config/mobile/base.src.in1
-rw-r--r--config/standard/base.src.in1
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index 64b278313..35f9984fa 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -27,6 +27,7 @@ group "Elm_Config" struct {
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.01;
value "focus_autoscroll_mode" uchar: 0;
+ value "slider_indicator_visible_mode" int: 0;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index ff6624303..4e4afd483 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -27,6 +27,7 @@ group "Elm_Config" struct {
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.01;
value "focus_autoscroll_mode" uchar: 0;
+ value "slider_indicator_visible_mode" int: 0;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 7df943717..e55f879dd 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -27,6 +27,7 @@ group "Elm_Config" struct {
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.01;
value "focus_autoscroll_mode" uchar: 0;
+ value "slider_indicator_visible_mode" int: 0;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;