Elementary segment_control: Introduced new widget by Govindaraju and Prince.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Apr 2011 16:44:54 +0000 (16:44 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Apr 2011 16:44:54 +0000 (16:44 +0000)
commita39d13a07f2289dac11a74d78e419f500c1b1f20
treec3be5cf5352cd72eabc2a78e403b09945ff2e124
parentd35b3dbb51af0e282515c9e26ceee4754f5b6e53
Elementary segment_control: Introduced new widget by Govindaraju and Prince.

Segment Control Widget is a horizontal control made of multiple segment items
together, each segment item is set to equal size, functioning similar to
discrete two state button. Only one segment item can be at selected state.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58461 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
21 files changed:
AUTHORS
data/objects/test.edc
data/themes/default.edc
data/themes/seg_left_normal.png [new file with mode: 0644]
data/themes/seg_left_pressed.png [new file with mode: 0644]
data/themes/seg_left_selected.png [new file with mode: 0644]
data/themes/seg_middle_normal.png [new file with mode: 0644]
data/themes/seg_middle_pressed.png [new file with mode: 0644]
data/themes/seg_middle_selected.png [new file with mode: 0644]
data/themes/seg_right_normal.png [new file with mode: 0644]
data/themes/seg_right_pressed.png [new file with mode: 0644]
data/themes/seg_right_selected.png [new file with mode: 0644]
data/themes/seg_single_normal.png [new file with mode: 0644]
data/themes/seg_single_pressed.png [new file with mode: 0644]
data/themes/seg_single_selected.png [new file with mode: 0644]
src/bin/Makefile.am
src/bin/test.c
src/bin/test_segment_control.c [new file with mode: 0644]
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_segment_control.c [new file with mode: 0644]