Elementary: elm_flip diagram.

SVN revision: 62022
This commit is contained in:
Jonas M. Gastal 2011-08-02 22:01:22 +00:00
parent 8ad60e5ce5
commit 55db8db4b0
3 changed files with 5802 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -18859,6 +18859,9 @@ extern "C" {
* 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);
/**