elm_nstate: introduce nstate widget and inherit check from it
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 7 Apr 2016 09:25:59 +0000 (18:25 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 7 Apr 2016 10:05:57 +0000 (19:05 +0900)
commit56ab4359981baffbbc93102b098eede1ad79e47a
tree839b5137fd77529695f6456d8cdb72b81a69afe2
parentd1709a2b57e655cab947b69487b48208dc0e50b9
elm_nstate: introduce nstate widget and inherit check from it

Test Plan:
elementary_test -to "nstate"

@feature

Reviewers: yashu21985, tasn, Hermet, seoz, smohanty, felipealmeida, JackDanielZ, jypark, woohyun, herdsman, raster, cedric, jpeg

Subscribers: saurabhbunty, seoz

Differential Revision: https://phab.enlightenment.org/D3786
20 files changed:
config/default/base.src.in
config/mobile/base.src.in
config/standard/base.src.in
data/elementary/themes/default.edc
data/elementary/themes/edc/elm/nstate.edc [new file with mode: 0644]
doc/widgets/Makefile.am
src/Makefile_Elementary.am
src/bin/elementary/Makefile.am
src/bin/elementary/test.c
src/bin/elementary/test_nstate.c [new file with mode: 0644]
src/lib/elementary/Elementary.h.in
src/lib/elementary/Makefile.am
src/lib/elementary/elm_check.c
src/lib/elementary/elm_check.eo
src/lib/elementary/elm_check_legacy.h
src/lib/elementary/elm_nstate.c [new file with mode: 0644]
src/lib/elementary/elm_nstate.eo [new file with mode: 0644]
src/lib/elementary/elm_nstate.h [new file with mode: 0644]
src/lib/elementary/elm_widget_check.h
src/lib/elementary/elm_widget_nstate.h [new file with mode: 0644]