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
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to