summaryrefslogtreecommitdiff
path: root/src/examples/layout_example_03.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-8/+3
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-8/+8
* 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-4/+4
* 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-2/+2
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-9/+4
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-2/+2
* elm: change elm_object_content_part_set/get/unset to elm_object_part_content_...Boris Faure2011-11-171-1/+1
* elm: elm_object_text_part_set/get() is deprecatedBoris Faure2011-11-161-1/+1
* elementary/layout - deprecated elm_layout_content_set/get_unsetChunEon Park2011-10-261-1/+1
* elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.Daniel Juyung Seo2011-08-121-1/+1
* elementary/layout - Add examples explained.Rafael Antognolli2011-07-201-0/+99