efl/src/examples
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
..
ecore examples: efl_exe: fix out of bounds write 2019-11-15 11:55:47 -05:00
ecore_avahi warning - move break in switch to handle properly and addess warning 2019-07-28 11:37:23 +01:00
edje examples: shut up edc build warnings. 2019-08-22 14:03:51 +09:00
eet autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
efl_mono csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
eina csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
eina_cxx cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eio autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
eldbus examples/eldbus: fix pointer leak on failure case 2019-10-16 07:02:49 +09:00
elementary efl.text.style: rename methods/properties and add text_ prefix 2019-12-20 09:58:27 +01:00
emile autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
emotion examples/emotion: remove dead code 2019-10-09 20:02:33 +02:00
eolian_cxx cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
ephysics build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
ethumb_client autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
evas Example: enhance efl-canvas-vg-simple 2019-12-10 19:18:53 +09:00