RE: Limiting the number of characters

2006-06-22 Thread Andrea Zagli
> Thank You Andrea, but I'm wondering can it be embedded into GtkListStore. > Sorry to trouble you but please throw some light on this. > gtkmaskedentry version 0.0.2 has a gtkcellrenderer ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.or

RE: Limiting the number of characters

2006-06-21 Thread Sailaxmi korada
devel-list@gnome.org Subject: Re: Limiting the number of characters Il giorno lun, 19/06/2006 alle 16.55 +0530, Sailaxmi korada ha scritto: > Can anybody pl. help me of how to limit the number of characters that can > be entered in an editable cell of List Store. I want to restrict the user

Re: Limiting the number of characters

2006-06-21 Thread Andrea Zagli
Il giorno lun, 19/06/2006 alle 16.55 +0530, Sailaxmi korada ha scritto: > Can anybody pl. help me of how to limit the number of characters that can > be entered in an editable cell of List Store. I want to restrict the user to > enter a hex value in 0x%4x format (total 6 characters). you can try

RE: Limiting the number of characters

2006-06-20 Thread blythe2
xplain me. > > Regards, > Sai Laxmi > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, June 19, 2006 6:41 PM > To: Sailaxmi korada > Subject: Re: Limiting the number of characters > > Looking at the API, it seems tha

RE: Limiting the number of characters

2006-06-20 Thread Sailaxmi korada
ne 19, 2006 6:41 PM To: Sailaxmi korada Subject: Re: Limiting the number of characters Looking at the API, it seems that no function is available to do this. GtkEntry has a function to limit the number of characters allowed, but editable cells don't seem to have this. As a cheap hack, ho

Limiting the number of characters

2006-06-19 Thread Sailaxmi korada
Hi Folks, Can anybody pl. help me of how to limit the number of characters that can be entered in an editable cell of List Store. I want to restrict the user to enter a hex value in 0x%4x format (total 6 characters). Thanks for your help in advance Regards Sai korada __