Commit Graph

8 Commits

Author SHA1 Message Date
Daniel Juyung Seo 1c553d7d24 elm examples: call evas_object_show(win) after its content creation.
- refer commit 64fd5a825b24591aedb9cac695d03f5b4d867442 for the detail
explanation.
- also move evas_object_resize(win, xx) alongside evas_object_show(win).
2013-12-15 05:57:30 +09:00
Daniel Juyung Seo 200e3a0127 efl_thread examples: fixed comment typos. 2013-10-25 00:40:18 +09:00
Daniel Juyung Seo 1e4ee8a6e5 examples: refactoring. use elm_win_util_standard_add() for normal cases. season 2. 2013-06-26 15:34:38 +09:00
Daniel Juyung Seo bba7bd67d8 src/examples: fixed formatting. 2013-04-08 19:29:19 +09: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 a654866ee2 elm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.
SVN revision: 69678
2012-03-28 00:51:57 +00:00
Vincent Torri 91f8728bb4 Elm examples: add win32 thread examples, remove some whitespaces in the corresponding pthread code, and rework a bit Makefile.am
SVN revision: 69580
2012-03-23 07:23:26 +00:00