summaryrefslogtreecommitdiff
path: root/src/examples/bg_example_03.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
* elm examples: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* examples: refactoring. use elm_win_util_standard_add() for normal cases.Daniel Juyung Seo2013-06-261-8/+2
* src/examples: use delete,request callback only when it's really needed. this ...Daniel Juyung Seo2013-06-261-8/+2
* setitng min/max size hint on an elm obj actually should not be doneCarsten Haitzler2012-07-261-2/+0
* elm examples: Removed macro for data dir. Used elm_app_info_set and elm_app_d...Daniel Juyung Seo2012-03-301-6/+4
* elm bg_example_03.c: Fixed window size to see the contents properly.Daniel Juyung Seo2012-03-301-1/+1
* elm examples: Adjust directory names.Daniel Juyung Seo2012-03-281-3/+6
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-10/+5
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-1/+2
* Fixing bugs in examples.João Paulo Fernandes Ventura2012-03-191-2/+2
* elm: change elm_object_content_part_set/get/unset to elm_object_part_content_...Boris Faure2011-11-171-2/+2
* elementary - modified content_set/get/unset part names to be simple names. ChunEon Park2011-11-161-2/+2
* elementary/bg - content_set/get/unset, fixed indentationChunEon Park2011-10-281-2/+2
* elm src/examples: Applied elm API changes.Daniel Juyung Seo2011-09-141-5/+5
* elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.Daniel Juyung Seo2011-08-121-1/+1
* elm examples: Fixed 'unused parameter' warnings. Added __UNUSED__Daniel Juyung Seo2011-06-171-0/+2
* elm examples: Fixed 'unused parameter' warnings.Daniel Juyung Seo2011-06-161-5/+8
* elementary: add some examples and a better explanation to elm_bg.Rafael Antognolli2011-06-161-0/+170