Add new internal APIs for layout/label 94/132194/5
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)
commit6b096360211c4e1bebb6fd37b53a4c9141036e91
treeeb767e52e1f3f0b62297c0d812b22919a95afc8e
parentb1a3877f3fcb2e160e005d1271ecfdf5a864e813
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>
ElmSharp.Test/ElmSharp.Test.csproj
ElmSharp.Test/TC/LabelTest2.cs
ElmSharp.Test/TC/LabelTest3.cs
ElmSharp.Test/TC/LabelValignTest1.cs [new file with mode: 0644]
ElmSharp/ElmSharp/Label.cs
ElmSharp/ElmSharp/Layout.cs
ElmSharp/Interop/Interop.Elementary.Label.cs [changed mode: 0644->0755]
ElmSharp/Interop/Interop.Elementary.cs [changed mode: 0644->0755]