efl/src/tests/edje
Ali Alzyod 5cf7fa7670 efl.text.style: rename methods/properties and add text_ prefix
Summary:
efl.text.style: rename methods and properties

this change will avoid conflict in the future with other interfaces or class methods.

```
      Efl.Text_Style.text_color { set; get; }
      Efl.Text_Style.text_backing_type { set; get; }
      Efl.Text_Style.text_background_color { set; get;}  //this was backing_color
      Efl.Text_Style.text_underline_type { set; }
      Efl.Text_Style.text_underline_color { set; get; }
      Efl.Text_Style.text_underline2_color { set; get; }
      Efl.Text_Style.text_underline_dashed_color { set; get; }
      Efl.Text_Style.text_underline_height { set; }
      Efl.Text_Style.text_underline_dashed_width { set; }
      Efl.Text_Style.text_underline_dashed_gap { set; }
      Efl.Text_Style.text_strikethrough_type { set; }
      Efl.Text_Style.text_strikethrough_color { set; get; }
      Efl.Text_Style.text_effect_type { set; }
      Efl.Text_Style.text_shadow_direction { set; }
      Efl.Text_Style.text_outline_color { set; get; }
      Efl.Text_Style.text_shadow_color { set; get; }
      Efl.Text_Style.text_glow_color { set; get; }
      Efl.Text_Style.text_glow2_color { set; get; }
```

T8533

Reviewers: woohyun, segfaultxavi, bu5hm4n, zmike, cedric

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10897
2019-12-20 09:58:27 +01:00
..
data edje src - mark with efl version so we don't get warnings 2019-05-13 14:40:08 +01:00
tests meson: correctly use the correct dependency 2019-04-05 08:15:39 -04:00
edje_suite.c tests/edje: reduce chances of cascading test failures in non-forked mode 2019-09-11 13:38:35 -04:00
edje_suite.h tests/edje: split edje tests into separate files 2018-07-12 16:25:15 +09:00
edje_test_container.c tests/edje: reduce chances of cascading test failures in non-forked mode 2019-09-11 13:38:35 -04:00
edje_test_edje.c tests/edje: handle file modifications properly on windows 2019-09-13 14:13:33 -04:00
edje_test_features.c tests/edje: reduce chances of cascading test failures in non-forked mode 2019-09-11 13:38:35 -04:00
edje_test_signal.c tests/edje: reduce chances of cascading test failures in non-forked mode 2019-09-11 13:38:35 -04:00
edje_test_swallow.c tests/edje: reduce chances of cascading test failures in non-forked mode 2019-09-11 13:38:35 -04:00
edje_test_text.c efl.text.style: rename methods/properties and add text_ prefix 2019-12-20 09:58:27 +01:00
efl_test_layout.c edje: add Efl_Layout.h for eo-based layout headers 2019-09-30 10:33:27 +02:00
efl_test_layout2.c edje: add Efl_Layout.h for eo-based layout headers 2019-09-30 10:33:27 +02:00
efl_test_layout3.c edje: add Efl_Layout.h for eo-based layout headers 2019-09-30 10:33:27 +02:00
meson.build edje: add Efl_Layout.h for eo-based layout headers 2019-09-30 10:33:27 +02:00