From: Rajeev Ranjan <rajeev.r@samsung.com>
authorRajeev Ranjan <rajeev.r@samsung.com>
Mon, 5 Mar 2012 23:51:56 +0000 (23:51 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 5 Mar 2012 23:51:56 +0000 (23:51 +0000)
commit9485962f9e4ee00b5bdae89a5e62729b8f0eab4c
tree44e5bf02eb6b6ddbd8d0492e0938a2807304a6c9
parentc836b1a007130b66ce3333771a4f8786b6343e0e
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.

SVN revision: 68747
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]