summaryrefslogtreecommitdiff
path: root/src/examples/icon_example_01.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
* examples: refactoring. use elm_win_util_standard_add() for normal cases. seas...Daniel Juyung Seo2013-06-261-9/+3
* elm: Fix instruction of how compile icon_example_01.cJonas M. Gastal2012-12-071-1/+1
* setitng min/max size hint on an elm obj actually should not be doneCarsten Haitzler2012-07-261-2/+0
* [elm] Forgotten elm icon function to deprecate in favor of an image one.Gustavo Lima Chaves2012-06-281-1/+1
* Elementary: fix deprecated functions on elm examplesDaniel Willmann2012-06-271-3/+3
* [elm] Dangling elm_icon_resizable_set() calls, be gone.Gustavo Lima Chaves2012-06-061-1/+1
* elm examples: Removed macro for data dir. Used elm_app_info_set and elm_app_d...Daniel Juyung Seo2012-03-301-1/+0
* Fixes compilation instructions of examples to work on ubuntu.Daniel Vieira Franzolin2012-03-291-1/+1
* elm examples: Adjust directory names.Daniel Juyung Seo2012-03-281-1/+1
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-7/+2
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-2/+2
* elm: Applied icon/image API changes.Daniel Juyung Seo2012-03-051-1/+1
* elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.Daniel Juyung Seo2011-08-121-1/+1
* elementary/icon - Add an explained example.Rafael Antognolli2011-07-181-0/+59