Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Juyung Seo a4e8501ed6 examples: refactoring about elm_win_resize_object_add.
1. call evas_object_size_hint_weight_set() before calling elm_win_resize_object_add() as documented.
2. evas_object_size_hint_align_set() is not needed for elm_win_resize_object_add().
2013-06-27 08:27:48 +09:00
Daniel Juyung Seo 53a3c18c5b examples: refactoring. use elm_win_util_standard_add() for normal cases. 2013-06-26 15:16:08 +09:00
Daniel Willmann 1ce5d19b0d Elementary: fix deprecated functions on elm examples
It seems that the elementary examples still use some deprecated functions,
most notably elm_icon_* that has been replaced by elm_image_*.
This patch fixes that.

Patch by: Daniel Willmann <d.willmann@samsung.com>



SVN revision: 72958
2012-06-27 18:09:12 +00:00
Daniel Juyung Seo 2b6a854d1b elm examples: I removed __UNUSED__ and config header inclusion. This code is an example for other developers so we don't need that extra macros. But how can I ignore this warning while building elementary?
SVN revision: 69698
2012-03-28 08:42:20 +00:00
Daniel Juyung Seo 7a4ed3f94f elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shutdown, ELM_MAIN()
SVN revision: 69690
2012-03-28 06:04:36 +00:00
Daniel Juyung Seo 6be717ba94 elm examples: Fixed some build warnings.
SVN revision: 69642
2012-03-26 23:46:53 +00:00
João Paulo Fernandes Ventura 80a39ad311 Fixing bugs in examples.
Patch by: João Paulo Fernandes Ventura<ventura@profusion.mobi>

SVN revision: 69507
2012-03-19 12:58:07 +00:00
Sanjeev BA e0efa2e5ad Change enabled_get/set to disabled_get/set.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68540
2012-02-29 07:54:57 +00:00
Daniel Juyung Seo ecc8034ddb elm src/examples: Applied caro's r62885 changes to examples.
Changed EAPI -> EAPI_MAIN in applications. http://trac.enlightenment.org/e/changeset/62885


SVN revision: 62931
2011-08-29 04:16:18 +00:00
Bruno Dilly 930d594771 Elementary: Calendar Documentation
SVN revision: 61383
2011-07-14 15:45:44 +00:00