Re: [E-devel] etk_entry text length limit patch

2008-05-05 Thread Jeremy
Hi, List: Is this patch OK that can be commit ? or are there any progress for this patch? Cause I also need this to limit text length of a message that will be sent out via SMS. Thanks for any information. Sincerely. Jeremy Chang Tick wrote: Hi List, Since we need to

Re: [E-devel] etk_entry text length limit patch

2008-05-05 Thread Hisham Mardam Bey
On Mon, May 5, 2008 at 2:58 AM, Jeremy [EMAIL PROTECTED] wrote: Hi, List: Is this patch OK that can be commit ? or are there any progress for this patch? Cause I also need this to limit text length of a message that will be sent out via SMS. Patch is ok - I think I have it

[E-devel] etk_entry text length limit patch

2008-04-29 Thread Tick
Hi List, Since we need to limit the entered text length, we create a patch the allow etk_entry to to that Adding two functions: void etk_entry_text_set(Etk_Entry *entry, const char *text) int etk_entry_text_limit_get(Etk_Entry *entry) let programmer's to limit the max input length of