How to search through all entries in a column in GtkList



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

and taking action based on the returned value...

However...this does not work as efficiently .....

Please help me

Vinod



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]