On 16/07/06, Andrew Sevcsik <[EMAIL PROTECTED] > wrote:
Hi list.

How can I insert a line break to an Edje text part? \n doesn't work...
Is there a possibility for automatic line breaks?

Thanks,
        Sevcsik

Hi,

From memory I don't think you can explicitly tell an Edje TEXT part where to add a line break, but you can if you use an Edje TEXTBLOCK type you can. TEXTBLOCKs can handle various markup tags. In this case you would need to use <br> for the link break.

Take a look in  e17/libs/edje/data/src/e_logo.edc  for TEXT and TEXTBLOCK for examples. There are more TEXTBLOCK egs in the main e17 code too of course.

Regards!
David
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to