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)
commit1c82829a02d9ed8138dddc70ba463087e8c305d5
treec3be5cf5352cd72eabc2a78e403b09945ff2e124
parent60dfbde35fb6a47f2b0b96fa7c9d5fbabe6d09fe
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: https://svn.enlightenment.org/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]