Log:
Elementary: elm_flip diagram.
Author: gastal
Date: 2011-08-02 15:01:22 -0700 (Tue, 02 Aug 2011)
New Revision: 62022
Trac: http://trac.enlightenment.org/e/changeset/62022
Added:
trunk/elementary/doc/img/elm_flip.eps trunk/elementary/doc/img/elm_flip.png
Modified:
trunk/elementary/src/lib/Elementary.h.in
Property changes on: trunk/elementary/doc/img/elm_flip.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/elementary/src/lib/Elementary.h.in
===================================================================
--- trunk/elementary/src/lib/Elementary.h.in 2011-08-02 21:19:06 UTC (rev 62021)
+++ trunk/elementary/src/lib/Elementary.h.in 2011-08-02 22:01:22 UTC (rev 62022)
@@ -18859,6 +18859,9 @@
* flip was a book, the other content is shown as the page below that.
* @li ELM_FLIP_PAGE_DOWN - Move the currently visible content down as if the
* flip was a book, the other content is shown as the page below that.
+ *
+ * @image html elm_flip.png
+ * @image latex elm_flip.eps width=\textwidth
*/
EAPI void elm_flip_go(Evas_Object *obj, Elm_Flip_Mode mode) EINA_ARG_NONNULL(1);
/**
|