Add Scrollable property to ElmSharp.Entry
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 6 Oct 2016 10:23:34 +0000 (12:23 +0200)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 10 Oct 2016 07:53:54 +0000 (16:53 +0900)
commit0dbb5e410c6524a78fbbe15c4fb20458e8403182
tree9142aaba040e3b507b6619edcb1e09579334a0ec
parent899d604c4c3c301058b94aa61754ee02ce50fa0a
Add Scrollable property to ElmSharp.Entry

Warning: enabling the Scrollable property changes the internal hierarchy of
the entry (via elm_widget_resize_object_set()). This in turn causes all kinds
of side effects, i.e. changing the background color via
    ElmSharp.Widget.SetPartColor("bg-default", color);
no longer works.

Change-Id: I4873bcdebdc9e8472710c8b0575aabd009398148
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
src/ElmSharp/ElmSharp/Entry.cs
src/ElmSharp/Interop/Interop.Elementary.Entry.cs