[longpress timeout] longpress_timeout added to _elm_config
[framework/uifw/elementary.git] / config / standard / base.src
1 group "Elm_Config" struct {
2   value "config_version" int: 65537;
3   value "engine" int: 0;
4   value "thumbscroll_enable" int: 1;
5   value "thumbscroll_threshhold" int: 4;
6   value "thumbscroll_momentum_threshhold" double: 100.0;
7   value "thumbscroll_friction" double: 1.0;
8   value "thumbscroll_bounce_friction" double: 0.5;
9   value "page_scroll_friction" double: 0.5;
10   value "bring_in_scroll_friction" double: 0.5;
11   value "zoom_friction" double: 0.5;
12   value "thumbscroll_bounce_enable" int: 1;
13   value "scale" double: 1.0;
14   value "bgpixmap" int: 0;
15   value "compositing" int: 1;
16   value "font_hinting" int: 2;
17   value "image_cache" int: 4096;
18   value "font_cache" int: 512;
19   value "finger_size" int: 5;
20   value "fps" double: 60.0;
21   value "theme" string: "default";
22   value "modules" string: "";
23   value "longpress_timeout" double: 1.0;
24 }