Searched refs:cell (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/util/ |
H A D | map-list.h | 30 MutableList<T> cell(f(*start)); 31 set_rest(tail, cell); 32 tail = cell;
|
/inkscape/src/widgets/ |
H A D | sp-xmlview-attr-list.cpp | 48 GtkCellRenderer *cell = gtk_cell_renderer_text_new (); local 49 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(attr_list), colpos, _("Name"), cell, "text", ATTR_COL_NAME, NULL); 54 gtk_cell_renderer_set_padding (cell, 2, 0); 58 cell = gtk_cell_renderer_text_new (); 59 gtk_tree_view_insert_column_with_attributes(GTK_TREE_VIEW(attr_list), colpos, _("Value"), cell, "text", ATTR_COL_VALUE, NULL); 62 gtk_cell_renderer_set_padding (cell, 2, 0);
|
H A D | font-selector.cpp | 151 GtkCellRenderer *cell = gtk_cell_renderer_text_new (); local 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, FALS [all...] |
H A D | ink-comboboxentry-action.cpp | 406 GtkCellRenderer *cell = gtk_cell_renderer_text_new(); local 408 gtk_cell_layout_pack_start( GTK_CELL_LAYOUT( comboBoxEntry ), cell, true ); local 409 gtk_cell_layout_set_cell_data_func (GTK_CELL_LAYOUT( comboBoxEntry ), cell, local
|
/inkscape/src/libnrtype/ |
H A D | font-lister.h | 301 GtkCellRenderer *cell,
|
H A D | font-lister.cpp | 1067 GtkCellRenderer *cell, 1138 g_object_set(G_OBJECT(cell), "markup", markup.c_str(), NULL); 1066 font_lister_cell_data_func(GtkCellLayout * , GtkCellRenderer *cell, GtkTreeModel *model, GtkTreeIter *iter, gpointer ) argument
|
Completed in 42 milliseconds