Re: [e-users] data-structures of terminology

2015-07-09 Thread The Rasterman
On Thu, 9 Jul 2015 23:38:05 -0400 Toan Pham said: > > you can get parents of them etc. we have formalized that even more in > current efl with eo. > > Any idea where/if it is used in terminology? or an example how to go from > a win evas object to a term_container? thanks it isn't used in te

Re: [e-users] data-structures of terminology

2015-07-09 Thread Toan Pham
> you can get parents of them etc. we have formalized that even more in current efl with eo. Any idea where/if it is used in terminology? or an example how to go from a win evas object to a term_container? thanks -- Don

Re: [e-users] data-structures of terminology

2015-07-09 Thread The Rasterman
On Thu, 9 Jul 2015 10:20:55 -0400 Toan Pham said: > Hi, > > I have not used EFL before but have a good understanding how it works in > general. I've been mucking around with the "terminology" application for > two reasons: > > 1. Understand to use the framework better. > 2. Add new features/

Re: [e-users] data-structures of terminology

2015-07-09 Thread Toan Pham
​Seeing data-structure dereference like this scares me. The only reason it works b/c Term_Container is the first member of Tabs. There has to be a better way for doing this: code from src/bin/win.c: 1801 --- static void _cb_tab

[e-users] data-structures of terminology

2015-07-09 Thread Toan Pham
Hi, I have not used EFL before but have a good understanding how it works in general. I've been mucking around with the "terminology" application for two reasons: 1. Understand to use the framework better. 2. Add new features/enhancements to terminology One thing that I am struggling is the