On Sun, 19 Jul 2009 19:53:40 -0400 Michael Hughes <[email protected]> said:
> 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"); aah bugger. that renders my reply useless :) well you get the idea now... format and text are split (it makes life for the formatter/internal parser much easier as it knows just what is what - it has a big list of text or format nodes. it treats the format ones appropriately as well as text). -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
