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)
commite3806597c76d942f045cdb584a267ef8a3c47dff
treef68e3cd685506655b34204e18e9d99d7619ac4b2
parent943fca8089996ce2f156b0fc06492ea652c8dd73
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
ElmSharp/ElmSharp/Box.cs
ElmSharp/ElmSharp/Container.cs
ElmSharp/ElmSharp/EvasObject.cs
ElmSharp/ElmSharp/Table.cs