summaryrefslogtreecommitdiff
path: root/src/examples/genlist_example_04.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
* genlist_example_04/05.c: initialize pointer variables and check null.Daniel Juyung Seo2013-11-201-1/+1
* genlist_example_0x.c: clean up sample codes.Daniel Juyung Seo2013-06-191-10/+2
* setitng min/max size hint on an elm obj actually should not be doneCarsten Haitzler2012-07-261-2/+0
* Fixes compilation instructions of examples to work on ubuntu.Daniel Vieira Franzolin2012-03-291-1/+1
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-23/+18
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-2/+2
* elm genlist_example_04.c: Use proper group item style, content get, and label...Daniel Juyung Seo2012-03-281-3/+3
* From: Hyoyoung Chang <hyoyoung@gmail.com>Hyoyoung Chang2012-03-071-1/+0
* elm genlist: Fixed build break.Daniel Juyung Seo2012-03-071-1/+1
* From: Hyoyoung Chang <hyoyoung@gmail.com>Hyoyoung Chang2012-03-071-1/+1
* Fix example build issue.Sanjeev BA2012-03-071-3/+3
* Fix warnings and build errors.Sanjeev BA2012-03-071-5/+5
* lets update genlist/grid examples to use the new class thing.Carsten Haitzler2012-03-061-19/+27
* elementary/genlist - fixed indentationChunEon Park2012-01-271-44/+44
* elementary/genlsit, gengrid - removed duplicated disabled field. ChunEon Park2012-01-271-1/+1
* elementary: fix build of elementary genlist examples.Cedric BAIL2012-01-231-1/+1
* elementary/genlist - Elm_Genlist_Item -> Elm_Object_ItemChunEon Park2012-01-201-72/+48
* elementary: fix massive breakage.Cedric BAIL2011-12-011-2/+2
* patch from zub in #e to fix example buildingMike Blumenkrantz2011-10-251-2/+2
* elm gen/gengrid/genlist: Changed item class's icon_get to content_get.Daniel Juyung Seo2011-10-241-4/+4
* elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.Daniel Juyung Seo2011-08-121-1/+1
* elementary/genlist - two more examples (explanation comming soon).Rafael Antognolli2011-07-281-0/+386