test_icon.c: internal refactoring of test_icon example.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 26 Nov 2013 14:44:27 +0000 (23:44 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 26 Nov 2013 14:44:27 +0000 (23:44 +0900)
commit10d68b4c5768dd5e325b3f97cd5502a43b017d4f
tree2c092e3cc82d1f66780d3332d53ecad14369a013
parent5ccc0bbad24a2637c5cd86b4c91499a8e76b64ae
test_icon.c: internal refactoring of test_icon example.

Now it looks like a normal efl app.
- Declare variables at the start of the function.
- Resize and show the window right after its creation.
- Set widgets' parents properly.
legacy/elementary/src/bin/test_icon.c