Hi, Yes, [1]toolbar.edc.
-- Best Regards Viacheslav Reutskyi (rimmed) 09.02.2015, 09:37, "Andy Williams" <[email protected]>: HiViacheslav, Thanks for the hint. Do you have the source or an example of that custom style somewhere? Cheers, Andrew Sent from my iPhone On 8 Feb 2015, at 9:48 am, Viacheslav Reutskyi <[2][email protected]> wrote: Hello, early I had this problem too. I tried to set align to icon in the toolbar item, but I did not get result. I find one solution: I am create a custom style for item. Maybe it help you. ----- Best regards Viacheslav Reutskyi 02:11, February 8, 2015, Andrew Williams <[3][email protected]>: Hi, I'm trying to make a toolbar with left aligned icons but right align an icon too. I have tried to make this happen by inserting an item (or seperator) that has a EXPAND weight but that doesn't work. I can resize the object to a specific value which will push the right item out but that's only to a specific distance from the left aligned icons rather than the right hand side. tb_it = elm_toolbar_item_append(tb, "separator", "", NULL, NULL); spacer = elm_box_add(tb); elm_object_item_part_content_set(tb_it, "object", spacer); evas_object_size_hint_weight_set(spacer, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(spacer, EVAS_HINT_FILL, EVAS_HINT_FILL); evas_object_show(spacer); Anyone got a tip - am I missing something obvious? Thanks, Andy -------------------------------------------------------------------------- ---- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. [4]http://goparallel.sourceforge.net/ _______________________________________________ enlightenment-devel mailing list [5][email protected] [6]https://lists.sourceforge.net/lists/listinfo/enlightenment-devel References 1. http://git.enlightenment.org/devs/rimmed/eflete.git/tree/data/themes/default/widgets/toolbar.edc 2. mailto:[email protected] 3. mailto:[email protected] 4. http://goparallel.sourceforge.net/ 5. mailto:[email protected] 6. https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
