entry: If the scrollable entry is set disable, send "*,disabled" signal to scr_edje...
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 20 Jan 2014 09:04:30 +0000 (18:04 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 20 Jan 2014 09:04:30 +0000 (18:04 +0900)
commiteee7ea4130ec239ac5d009aa227c3b2bbcfece39
treec88212b315f9a5b1d6fcae298f5042b9d9715296
parentc985061c10dbe57b97a6291bd36272efa933fdfe
entry: If the scrollable entry is set disable, send "*,disabled" signal to scr_edje too.

Summary:
Default theme of entry does not have any disabled state in "elm/scroller/entry/*" styles.
But EFL developer can make any custom style for entry and scroller and it can has disabled state.
So _elm_entry_smart_disable has to emit "*disabled" signal to scr_edje.

Reviewers: woohyun, tasn, seoz, Hermet, raster

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D464
src/lib/elm_entry.c