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 <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Feb 2012 07:14:10 +0000 (07:14 +0000)
commit6aea53de04fc3d60b965f27d35e33bbf3cfe2e2b
tree15f5dc72c8822f707082572c4787386f3b337dd0
parentbcb113319e5656b4fbb9670b7ae50f8956a9e7fd
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