summaryrefslogtreecommitdiff
path: root/src/examples/genlist_example_05.c
Commit message (Expand)AuthorAgeFilesLines
* Examples genlist 5: Fix children aspect of the test not working.Tom Hacohen2015-12-081-3/+4
* example: genlist - intialize buffer array to 0Amitesh Singh2015-10-141-1/+1
* example: genlist - intialize buffer array to 0Amitesh Singh2015-10-141-1/+1
* elementary: Fix genlist example to not free data until After it hasChris Michael2015-10-141-4/+6
* 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-3/+4
* genlist_example_0x.c: clean up sample codes.Daniel Juyung Seo2013-06-191-10/+2
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-2/+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-20/+15
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-4/+4
* elm genlist example: Fixed build script.Daniel Juyung Seo2012-03-151-1/+1
* Renaming ITEMS_SUBITEMS to ITEMS_TREE.Sanjeev BA2012-03-071-4/+4
* lets update genlist/grid examples to use the new class thing.Carsten Haitzler2012-03-061-32/+44
* elementary/genlist - Elm_Genlist_Item_Flags -> Elm_Genlist_Item_TypeChunEon Park2012-03-061-3/+3
* elementary/genlist - deprecated elm_genlist_item_genlist_get()ChunEon Park2012-01-301-1/+1
* elementary/genlist - deprecated elm_genlist_item_del() ChunEon Park2012-01-271-2/+2
* elementary/genlist - deprecated elm_genlist_item_data_set/getChunEon Park2012-01-261-6/+6
* elementary: fix build of elementary genlist examples.Cedric BAIL2012-01-231-1/+1
* elementary/genlist - Elm_Genlist_Item -> Elm_Object_ItemChunEon Park2012-01-201-110/+106
* elementary: fix massive breakage.Cedric BAIL2011-12-011-3/+3
* patch from zub in #e to fix example buildingMike Blumenkrantz2011-10-251-3/+3
* elm gen/gengrid/genlist: Changed item class's icon_get to content_get.Daniel Juyung Seo2011-10-241-6/+6
* 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/+422