Home
last modified time | relevance | path

Searched refs:TableCellCoords (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/tktable/Tktable2.10/generic/
H A DtkTablePs.c610 TableCellCoords(tablePtr, firstRow, firstCol, &x0, &y0, &w0, &h0);
611 TableCellCoords(tablePtr, lastRow, lastCol, &xn, &yn, &wn, &hn);
821 TableCellCoords(tablePtr, row, col, &x, &y, &w, &h);
H A DtkTableCell.c83 TableCellCoords(Table *tablePtr, int row, int col, in TableCellCoords() function
203 cellType = TableCellCoords(tablePtr, row, col, &x, &y, &w, &h); in TableCellVCoords()
H A DtkTableCmds.c382 TableCellCoords(tablePtr, row, col, &x, &y, &dummy, &dummy); in Table_BorderCmd()
408 TableCellCoords(tablePtr, row, col, &w, &h, &dummy, &dummy); in Table_BorderCmd()
H A DtkTable.h548 extern int TableCellCoords(Table *tablePtr, int row,
H A DtkTable.c1851 cellType = TableCellCoords(tablePtr, row, col, in TableDisplay()
2517 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable800/
H A DtkTablePs.c615 TableCellCoords(tablePtr, firstRow, firstCol, &x0, &y0, &w0, &h0);
616 TableCellCoords(tablePtr, lastRow, lastCol, &xn, &yn, &wn, &hn);
826 TableCellCoords(tablePtr, row, col, &x, &y, &w, &h);
H A DtkTableCmds.c370 TableCellCoords(tablePtr, row, col, &x, &y, &dummy, &dummy); in Table_BorderCmd()
396 TableCellCoords(tablePtr, row, col, &w, &h, &dummy, &dummy); in Table_BorderCmd()
H A DtkTableCell.c87 TableCellCoords(Table *tablePtr, int row, int col, in TableCellCoords() function
207 cellType = TableCellCoords(tablePtr, row, col, &x, &y, &w, &h); in TableCellVCoords()
H A DtkTable.h550 extern int TableCellCoords _ANSI_ARGS_((Table *tablePtr, int row,
H A DtkTable.c1806 cellType = TableCellCoords(tablePtr, row, col, in TableDisplay()
2382 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable/
H A DtkTablePs.c615 TableCellCoords(tablePtr, firstRow, firstCol, &x0, &y0, &w0, &h0);
616 TableCellCoords(tablePtr, lastRow, lastCol, &xn, &yn, &wn, &hn);
826 TableCellCoords(tablePtr, row, col, &x, &y, &w, &h);
H A DtkTableCmds.c371 TableCellCoords(tablePtr, row, col, &x, &y, &dummy, &dummy); in Table_BorderCmd()
397 TableCellCoords(tablePtr, row, col, &w, &h, &dummy, &dummy); in Table_BorderCmd()
H A DtkTableCell.c87 TableCellCoords(Table *tablePtr, int row, int col, in TableCellCoords() function
207 cellType = TableCellCoords(tablePtr, row, col, &x, &y, &w, &h); in TableCellVCoords()
H A DtkTable.h552 extern int TableCellCoords _ANSI_ARGS_((Table *tablePtr, int row,
H A DtkTable.c1806 cellType = TableCellCoords(tablePtr, row, col, in TableDisplay()
2382 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/
H A DtkTableCmds.c371 TableCellCoords(tablePtr, row, col, &x, &y, &dummy, &dummy); in Table_BorderCmd()
397 TableCellCoords(tablePtr, row, col, &w, &h, &dummy, &dummy); in Table_BorderCmd()
H A DtkTableCell.c87 TableCellCoords(Table *tablePtr, int row, int col, in TableCellCoords() function
207 cellType = TableCellCoords(tablePtr, row, col, &x, &y, &w, &h); in TableCellVCoords()
H A DtkTable.h552 extern int TableCellCoords _ANSI_ARGS_((Table *tablePtr, int row,
H A DtkTable.c1806 cellType = TableCellCoords(tablePtr, row, col, in TableDisplay()
2382 TableCellCoords(tablePtr, tablePtr->rows-1, tablePtr->cols-1, in TableDisplay()
/dports/x11-toolkits/tktable/Tktable2.10/
H A DChangeLog509 * generic/tkTableCell.c (TableCellCoords): corrected
690 (TableDisplay): removed extra call to TableCellCoords (leftover
899 Changed TableCellCoords to no longer do bounds checking on row/col.
901 Changed several more instances of TableCellCoords/TableInvalidate
960 cause problems where it was used to replace TableCellCoords.