Dear All,

How are you?

Currently elm_entry and elm_label have:
elm_entry_line_wrap_set
elm_entry_line_char_wrap_set

Which is bad, I want to have
elm_entry_line_wrap_set(obj, WRAP_TYPE)

WRAP_TYPE can be either WRAP_NONE, WRAP_CHAR, WRAP_WORD or WRAP_MIXED
(which is not even supported in elm at the moment).

This is a lot cleaner and also makes adding new wrap modes (for example
MIXED) easy.

What do you think?

--
Tom.


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to