Change the toolbar item by using button object.
authorjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Feb 2012 07:14:10 +0000 (07:14 +0000)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 7 Mar 2012 04:45:18 +0000 (13:45 +0900)
commit357ea0940cc9e45acdd305b8b9bcd7a44cf8652e
tree12a32bd15b54a7ee8045e07e849813f081fcd581
parent1243f0d02bfe40e7735a28b84a0db1370fa7bb3d
Change the toolbar item by using button object.
The toolbar item was edje object. Because edje object cannot be focused, toolbar item cannot be focused, either.
But toolbar item should be focused in order to move the focus by each item.
Later, we will be able to move the focus by using arrow keyboard.
So I change toolbar item to be made up with button object.
Since toolbar cannot access button's edje object, the effect of content set and text set is moved in button.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68495 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_toolbar.c