Re: [E-devel] Question about Toolbar Widget

2014-03-08 Thread Daniel Juyung Seo
- > -Regards, Hermet- > > -Original Message- > From: "Daniel Juyung Seo" > To: "Enlightenment developer list"< > enlightenment-devel@lists.sourceforge.net>; > Cc: > Sent: 2014-03-07 (금) 11:34:12 > Subject: Re: [E-devel] Question about Toolba

Re: [E-devel] Question about Toolbar Widget

2014-03-06 Thread ChunEon Park
you mean, the task needs? or you have other(unrelated with this) tasks to do? -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer list"; Cc: Sent: 2014-03-07 (금) 11:34:12 Subject: Re: [E-d

Re: [E-devel] Question about Toolbar Widget

2014-03-06 Thread Daniel Juyung Seo
t; :-3 > > -Regards, Hermet- > > -Original Message- > From: "Jeff Hoogland" > To: "Enlightenment developer list"< > enlightenment-devel@lists.sourceforge.net>; > Cc: > Sent: 2014-03-06 (목) 14:25:48 > Su

Re: [E-devel] Question about Toolbar Widget

2014-03-06 Thread ChunEon Park
im expecting someone put that mode in the toolbar. :-3 -Regards, Hermet- -Original Message- From: "Jeff Hoogland" To: "Enlightenment developer list"; Cc: Sent: 2014-03-06 (목) 14:25:48 Subject: Re: [E-devel] Question about Too

Re: [E-devel] Question about Toolbar Widget

2014-03-06 Thread Daniel Juyung Seo
There are options. 1. if you want to make it general through all items, use "clicked" smart callback. 2. if you want to have different behavior for each item, use selected callback that you attached by elm_toolbar_item_append. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Mar 6, 2014 at 2:25 PM, Jef

Re: [E-devel] Question about Toolbar Widget

2014-03-05 Thread Jeff Hoogland
Just to clarify - I need to call this per-item on the toolbar or just once for the toolbar itself? On Wed, Mar 5, 2014 at 7:07 PM, Daniel Juyung Seo wrote: > Call elm_object_item_selected_set(it, EINA_FALSE); on item's selected > callback. > > Daniel Juyung Seo (SeoZ) > On Mar 6, 2014 9:12 AM, "

Re: [E-devel] Question about Toolbar Widget

2014-03-05 Thread Daniel Juyung Seo
Call elm_object_item_selected_set(it, EINA_FALSE); on item's selected callback. Daniel Juyung Seo (SeoZ) On Mar 6, 2014 9:12 AM, "Jeff Hoogland" wrote: > Is there a setting I can have for a toolbar that makes the items on it not > be selectable, but instead just behave as buttons? Meaning they s