Re: [E-devel] Different text areas

2005-07-19 Thread Hisham Mardam Bey
On 7/19/05, Brian Sakal [EMAIL PROTECTED] wrote: Hi all. I'm just curious... Why is there an EWL textblock, an evas_object_textblock, and an ESmart_Textarea? What's the difference between them? Also, what is (are) the difference(s) between an ESmart object and an EWL widget? It seems objects

RE: [E-devel] Different text areas

2005-07-19 Thread dan sinclair
Hi all. I'm just curious... Why is there an EWL textblock, an evas_object_textblock, and an ESmart_Textarea? What's the difference between them? Also, what is (are) the difference(s) between an ESmart object and an EWL widget? It seems objects made from both (i.e. custom ESmart object

RE: [E-devel] Different text areas

2005-07-19 Thread Brian Sakal
Thanks Hisham and Dan. But now my curiosity is further aroused :-). Since evas_object_textblock is the foundation for the other two, is there a reason not to fix the bugs/formatting features in that instead of fixing them in the EWL or ESmart? Are you leaving room for different ways of formatting?

RE: [E-devel] Different text areas

2005-07-19 Thread dan sinclair
On Tue, 2005-07-19 at 23:19 -0500, Brian Sakal wrote: Thanks Hisham and Dan. But now my curiosity is further aroused :-). Since evas_object_textblock is the foundation for the other two, is there a reason not to fix the bugs/formatting features in that instead of fixing them in the EWL or

RE: [E-devel] Different text areas

2005-07-19 Thread Brian Sakal
OK, I'll get to studying the evas_object_textblock code tomorrow. But one final question: is there anything I should avoid that might interfere with the code being done for EWL (i.e. if both have triggers, which will be used, etc.)? Thanks a lot!

RE: [E-devel] Different text areas

2005-07-19 Thread dan sinclair
On Tue, 2005-07-19 at 23:55 -0500, Brian Sakal wrote: OK, I'll get to studying the evas_object_textblock code tomorrow. But one final question: is there anything I should avoid that might interfere with the code being done for EWL (i.e. if both have triggers, which will be used, etc.)? Thanks