summaryrefslogtreecommitdiff
path: root/src/examples/list_example_02.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/+2
* list_example_02.c: remove box. box is not needed in this example.Daniel Juyung Seo2013-06-261-9/+3
* src/examples: use delete,request callback only when it's really needed. this ...Daniel Juyung Seo2013-06-261-9/+3
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-10/+10
* [elm] Elm list is now a SCROLLABLE layout.Gustavo Lima Chaves2012-07-041-2/+2
* 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-9/+4
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-0/+2
* seriously file globbing. another day would have been much better.Mike Blumenkrantz2012-03-071-1/+1
* From: Hyoyoung Chang <hyoyoung@gmail.com>Hyoyoung Chang2012-03-071-1/+1
* elm src/examples: Applied caro's r62885 changes to examples.Daniel Juyung Seo2011-08-291-1/+1
* Elementary: List DocumentationBruno Dilly2011-07-251-0/+88