summaryrefslogtreecommitdiff
path: root/doc/examples.dox
diff options
context:
space:
mode:
authorRajeev Ranjan <rajeev.r@samsung.com>2012-03-05 23:51:56 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-03-05 23:51:56 +0000
commit9485962f9e4ee00b5bdae89a5e62729b8f0eab4c (patch)
tree44e5bf02eb6b6ddbd8d0492e0938a2807304a6c9 /doc/examples.dox
parentc836b1a007130b66ce3333771a4f8786b6343e0e (diff)
downloadelementary-9485962f9e4ee00b5bdae89a5e62729b8f0eab4c.tar.gz
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
Diffstat (limited to 'doc/examples.dox')
-rw-r--r--doc/examples.dox40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/examples.dox b/doc/examples.dox
index edebd38b8..680213eba 100644
--- a/doc/examples.dox
+++ b/doc/examples.dox
@@ -5187,6 +5187,46 @@
*/
/**
+ * @page popup_example_01_c popup_example_01.c
+ * @include popup_example_01.c
+ *
+ * This example will initially look like this:
+ *
+ * @image html screenshots/popup_example_01.png
+ * @image latex screenshots/popup_example_01.eps width=\textwidth
+ *
+ * Once the popup is hidden after timeout:
+ *
+ * @image html screenshots/popup_example_01_a.png
+ * @image latex screenshots/popup_example_01_a.eps width=\textwidth
+ *
+ * @example popup_example_01.c
+ */
+
+ /** @page popup_example_02_c popup_example_02.c
+ * @include popup_example_02.c
+ *
+ * This example will look like this:
+ *
+ * @image html screenshots/popup_example_02.png
+ * @image latex screenshots/popup_example_02.eps width=\textwidth
+ *
+ * @example popup_example_02.c
+ */
+
+/**
+ * @page popup_example_03_c popup_example_03.c
+ * @include popup_example_03.c
+ *
+ * This example will look like this:
+ *
+ * @image html screenshots/popup_example_03.png
+ * @image latex screenshots/popup_example_03.eps width=\textwidth
+ *
+ * @example popup_example_03.c
+ */
+
+/**
* @page tutorial_frame Frame example
* @dontinclude frame_example_01.c
*