entry: add elm_entry_select_allow_set/get APIs 55/69755/2
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 16 May 2016 13:05:08 +0000 (22:05 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 16 May 2016 13:16:59 +0000 (22:16 +0900)
commit4ccdd83c5ce1823dda5e03a6f5c716c232c709fa
treef54c0dac98cc8bc6a74f8a9f15f934439d4dd25d
parent18dcf2da51b4591c6ade8191e023aa7f1697f62b
entry: add elm_entry_select_allow_set/get APIs

Summary:
There is no way to allow/deny the text selection feature.
It is only controlled by disabled state. But, some UX does
not want to allow the text selection on editable entry widget.
@feature

Test Plan:
Run the following test case. You can see "Select Allow" check box.
elementary_test -to entry

Reviewers: tasn, herdsman, cedric, thiepha

Reviewed By: thiepha

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D3934

Change-Id: I433ec3b894033b88a4be1364bab6663d3d187a57
src/lib/elm_entry.c
src/lib/elm_entry.eo
src/lib/elm_widget_entry.h