Fix Box.MinimumHeight issue
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 12 Dec 2016 06:34:10 +0000 (15:34 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 12 Dec 2016 06:34:10 +0000 (15:34 +0900)
commit20e3116b74db1cb967f7eb3424149dcd2b2b21a5
tree2b38056fc51503639cac971a2a0eaa59c599d9aa
parent5197b86af7e911e539ea2c07a6161282d8070f87
Fix Box.MinimumHeight issue

 - Box has fake handle, and it is a layout
 - When setting a MinimunHeight of Box, it does not apply to box, is set in the layout
 - Introduce new internal property "RealHandle"
   - It is normally same with Handle
   - It used for some internal APIs, to get inner handle (RealHandle)

Change-Id: I0608b14e700f2adb21566b05a06982c43bbfb067
src/ElmSharp/ElmSharp/Box.cs
src/ElmSharp/ElmSharp/Container.cs
src/ElmSharp/ElmSharp/EvasObject.cs
src/ElmSharp/ElmSharp/Table.cs