Add Hoversel to implement DropdownList
authorjh5.cho <jh5.cho@samsung.com>
Wed, 22 Feb 2017 04:59:25 +0000 (13:59 +0900)
committerjh5.cho <jh5.cho@samsung.com>
Fri, 10 Mar 2017 01:36:00 +0000 (10:36 +0900)
commit83b50b7fef16ff3fb90df37b04021d4504a5bbb2
tree825f745c906070ab010ea7451d2db031786b312c
parent4faff0e20adebe92bb7f5ccb8a1869e854e7ecd3
Add Hoversel to implement DropdownList

    - RFC: http://suprem.sec.samsung.net/confluence/pages/viewpage.action?pageId=73052518
    - Add Interop, Hoversel / HoverselItem / HoverselTest1

Change-Id: I69ce9f0cc22c4e8346a49011b051e571234afb77
src/ElmSharp/ElmSharp.csproj
src/ElmSharp/ElmSharp/Hoversel.cs [new file with mode: 0755]
src/ElmSharp/ElmSharp/HoverselItem.cs [new file with mode: 0755]
src/ElmSharp/Interop/Interop.Elementary.Hoversel.cs [new file with mode: 0755]
test/ElmSharp.Test/ElmSharp.Test.csproj
test/ElmSharp.Test/TC/HoverselTest1.cs [new file with mode: 0755]