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
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
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
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
; 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
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
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