elm test_panes.c, panes_example.c: refactoring. use the panes in a better way.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 15 Feb 2013 19:32:05 +0000 (19:32 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 15 Feb 2013 19:32:05 +0000 (19:32 +0000)
commit75a04da2a062ec3dd62771c46264905679f55717
treef8fa7b44a5c058d7895f62a62eb1eb08da656f15
parent0afced38345de5152d43edd67190b35c4c15c41c
elm test_panes.c, panes_example.c: refactoring. use the panes in a better way.

1. do not use unnecessary global variable.
2. remember the last left pane size and set it later when double clicked again.
3. do not call elm_panes_content_left_size_get() twice.

SVN revision: 83963
src/bin/test_panes.c
src/examples/panes_example.c