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)
commit9ad540238885690d75d6df23d4bd1218e7f792f8
treeb32d0eb3f4e22fd0558b9baaea76b077fe4bceab
parent427eb2e3e8be5815b5cab5e49da0dda45e27938c
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.
src/bin/test_icon.c