Home
last modified time | relevance | path

Searched refs:cell_label (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/gtk3/
H A Dfiltertreeview.py75 cell_label = Gtk.CellRendererText()
76 cell_label.set_property('ellipsize', EllipsizeMode.END)
77 column.pack_start(cell_label, expand=True)
78 column.set_cell_data_func(cell_label, self.render_cell_data, None)
/dports/textproc/xlreader/xlreader-0.9.0/
H A Dcell.h59 cell *cell_label(int, int, char *);
H A Dcell.c168 cell_label(int col, int row, char *str) { in cell_label() function
H A Dhandler.c215 sheet->cells[row][col] = cell_label(row, col, string); in handle_labelsst()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/static/src/scss/
H A Daccount_reconciliation.scss154 .cell_label {
176 … .cell_right, .cell_left, .cell_label, .cell_due_date, .cell_account_code,.cell_info_popover {
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dtitleblocktemplate.cpp1345 QString cell_label = cell.label.name(); in finalTextForCell() local
1350 cell_label = interpreteVariables(cell_label, diagram_context); in finalTextForCell()
1351 …titleblock content - please let the blank space at the beginning")).arg(cell_label).arg(cell_text); in finalTextForCell()