Re: Multi-line textblock object

Got it!

Cursor = evas_object_textblock_cursor_get(TextBlock);
FOR EACH Line DO
     evas_textblock_cursor_text_append(Cursor, Line);
     evas_textblock_cursor_format_append(Cursor, "\n");

Mike

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to