Lines Matching refs:cell
151 GtkCellRenderer *cell = gtk_cell_renderer_text_new ();
152 gtk_tree_view_column_pack_start (column, cell, FALSE);
153 gtk_tree_view_column_set_attributes (column, cell, "text", 0, NULL);
154 gtk_tree_view_column_set_cell_data_func (column, cell,
218 cell = gtk_cell_renderer_text_new ();
219 column = gtk_tree_view_column_new_with_attributes ("CSS", cell, "text", 0, NULL );
220 //gtk_tree_view_column_pack_start (column, cell, FALSE);
225 cell = gtk_cell_renderer_text_new ();
226 column = gtk_tree_view_column_new_with_attributes (_("Face"), cell, "text", 1, NULL );
227 //gtk_tree_view_column_pack_start (column, cell, FALSE);