summaryrefslogtreecommitdiff
path: root/src/examples/slider_example.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
* 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-6/+6
* [elm] Dangling elm_icon_resizable_set() calls, be gone.Gustavo Lima Chaves2012-06-061-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-11/+6
* elm slider_example.c: Use proper callback declarations according to elm API c...Daniel Juyung Seo2012-03-281-1/+1
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-1/+3
* elm examples: Fixed some meaningful build warnings.Daniel Juyung Seo2012-03-281-1/+1
* elm: Applied icon/image API changes.Daniel Juyung Seo2012-03-051-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 - slider, scroller, progressbar, radioChunEon Park2011-10-311-2/+2
* Elementary: Slider documentationBruno Dilly2011-07-271-0/+152