http://defect.opensolaris.org/bz/show_bug.cgi?id=10763
--- Comment #8 from Li Yuan <li.yuan at sun.com> 2009-09-15 08:23:13 UTC --- I don't find gtk_cell_layout_set_cell_data in Gtk+. There is only gtk_cell_layout_set_cell_data_func which is not what I want. I can get the "text" property from the cell renderer, but I am not sure if the property I get belongs to the cell I want. e.g. I want to get the first cell's text. When I get the "text" property from the cell renderer, I don't know if it is the first cell's text or other cells' text. GtkTreeViewColumn has such API: gtk_tree_view_column_cell_set_cell_data. But I don't find it in GtkComboBox or GtkCellView. (In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #5) > .... > > > > Yes. The problem is GAIL can not get the correct "text" information from the > > renderer. Because GtkComboBox doesn't have set_cell_data function like > > GtkTreeView. > > I'm not sure what you mean - it is using a gtk_cell_layout_set_cell_data > function. Can you not get the "text" property from ta GtkCellRendererText? -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
