Hi, Thanks for your suggestion, however I did a mistake. I declared the column to hold the value of Boolean, hence the conversion. But still I'm not able to get the look and feel of GtkCellRendererCombo, and how can attach any signal to it. Any help.
Regards Laxmi _____ From: Greg Suarez [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 10:36 PM To: Sailaxmi korada Subject: Re: Example programs using GtkCellRendereCombo Can anyone provide me with a sample program using GTKCellRendererCombo. When I'm inserting 1, 0 into that it's being displayed as ture/False. Pl. help me out I'm not too familiar with GtkCellRendererCombo, but to convert from an integer ( your 0/1 ) input to text ("false"/"true") you need to use gtk_tree_view_column_set_cell_data_func() (if using GtkTreeViewColumn, otherwise using something similar) and use g_object_set() to set the text in the cell. Hope this helps, -- Greg Suarez _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list