Re: How to search through all entries in a column in GtkList

2005-01-26 Thread Vinod Joseph
Dear Gus > > > I have a column for password and obviously as name suggests..it > > cannot be displayed..I have solved this problem by having a duplicate > > entry private_password that does not have a column in the GtkList and > > i compare with this private_pwd entry... > > If I understand

Re: How to search through all entries in a column in GtkList

2005-01-26 Thread Gus Koppel
Vinod Joseph wrote: > I have a column for password and obviously as name suggests..it > cannot be displayed..I have solved this problem by having a duplicate > entry private_password that does not have a column in the GtkList and > i compare with this private_pwd entry... If I understand you

Re: How to search through all entries in a column in GtkList

2005-01-26 Thread Vinod Joseph
Hi Gus On Wed, 26 Jan 2005 10:42:18 +0100, Gus Koppel <[EMAIL PROTECTED]> wrote: > Vinod Joseph wrote: > > > Sorry for the confusion > > Yes, I'm afraid your description was confusing to some people. $$$ Yes... i could not be explicit to discuss in clear > > > Anyways.the major problem f

Re: How to search through all entries in a column in GtkList

2005-01-26 Thread Gus Koppel
Vinod Joseph wrote: > Sorry for the confusion Yes, I'm afraid your description was confusing to some people. > Anyways.the major problem for design is with browsing password > entries stored as "ASTERISK" in GtkList.. > > The problem is with password entry stored as * I don't unders

Re: How to search through all entries in a column in GtkList

2005-01-25 Thread Vinod Joseph
; Vinod > > -- Forwarded message ------ > From: Vinod Joseph <[EMAIL PROTECTED]> > Date: Tue, 25 Jan 2005 16:04:55 +0900 > Subject: How to search through all entries in a column in GtkList > To: gtk-app-devel-list@gnome.org > > Dear All > > I have a G

Re: How to search through all entries in a column in GtkList

2005-01-24 Thread Vinod Joseph
om: Vinod Joseph <[EMAIL PROTECTED]> Date: Tue, 25 Jan 2005 16:04:55 +0900 Subject: How to search through all entries in a column in GtkList To: gtk-app-devel-list@gnome.org Dear All I have a GtkEntry I read the keyed value inside the GtkEntry. I compare this value with all the values of a p

How to search through all entries in a column in GtkList

2005-01-24 Thread Vinod Joseph
Dear All I have a GtkEntry I read the keyed value inside the GtkEntry. I compare this value with all the values of a particular column in my GtkList. How do i write this code Currently I am comparing entry_text code using memcmp with g_array_sized_new( Articles, User, i).column_one a