Govinda, I don't know of anyway to do this other than to bruteforce and search through every cell in the treeview.
Beyond that, searching for a string within a string is a standard problem. You should be able to find volumes with a google search of "string searching" or "string matching" HTH, Paul Davis On 5/31/07, Govinda Parida <[EMAIL PROTECTED]> wrote: > > > Hi > > In my application i am using treeview. I want to search a particular string > in the treeview if it found then then that will be high lated in the > treeview with different color. > > > Thanks, > Govinda > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
