From: Rajeev Ranjan <rajeev.r@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 23:51:56 +0000 (23:51 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 23:51:56 +0000 (23:51 +0000)
commitac64d9c5e0ca76701b498befcbdcc25fd3a8cc3e
tree44e5bf02eb6b6ddbd8d0492e0938a2807304a6c9
parenta0ff330ffc25deb072551abd1d9179c1f40c5735
From: Rajeev Ranjan <rajeev.r@samsung.com>
Subject: [E-devel]  [Patch]  Elementary: New custom widget Popup

Hi All,
   Attached to the mail is the patch for a new custom elementary
widget  elm_popup for your review.

Change description:
New custom widget Popup added.

elm_popup is an enhancement over elm_notify widget with widely used
parts such as Title, Content and Action Buttons.
Items are supported as well and they are put inside the content area
which can have either an Evas Object/Set of items/Description text.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68747 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
19 files changed:
data/themes/default.edc
data/themes/widgets/button.edc
data/themes/widgets/popup.edc [new file with mode: 0644]
doc/Makefile.am
doc/examples.dox
doc/index.doxy
doc/widgets/Makefile.am
doc/widgets/widget_preview_popup.c [new file with mode: 0644]
src/bin/Makefile.am
src/bin/test.c
src/bin/test_popup.c [new file with mode: 0644]
src/examples/Makefile.am
src/examples/popup_example_01.c [new file with mode: 0644]
src/examples/popup_example_02.c [new file with mode: 0644]
src/examples/popup_example_03.c [new file with mode: 0644]
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elc_popup.c [new file with mode: 0644]
src/lib/elc_popup.h [new file with mode: 0644]