Add new internal APIs for layout/label
authorSungtaek Hong <sth253.hong@samsung.com>
Thu, 1 Jun 2017 11:35:32 +0000 (20:35 +0900)
committerSungtaek Hong <sth253.hong@samsung.com>
Thu, 8 Jun 2017 06:59:30 +0000 (15:59 +0900)
commit688d5ced6fcb1dc7651da604e3fdae3d1ff9e215
treeccf281f448dfcba3c9ae310a03ec721d58d3be67
parentc0b8890f81a5dcad50d831ddf54b12071f1b962c
Add new internal APIs for layout/label

added APIs:
 - elm_layout_text_valign_set
 - elm_layout_text_valign_get
 - elm_label_text_style_user_peek
 - elm_label_text_style_user_push
 - elm_label_text_style_user_pop

Change-Id: I98ade8b726dae66185093217bfe277d19c33665f
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
src/ElmSharp/ElmSharp/Label.cs
src/ElmSharp/ElmSharp/Layout.cs
src/ElmSharp/Interop/Interop.Elementary.Label.cs [changed mode: 0644->0755]
src/ElmSharp/Interop/Interop.Elementary.cs [changed mode: 0644->0755]
test/ElmSharp.Test/ElmSharp.Test.csproj
test/ElmSharp.Test/TC/LabelTest2.cs
test/ElmSharp.Test/TC/LabelTest3.cs
test/ElmSharp.Test/TC/LabelValignTest1.cs [new file with mode: 0644]