Home
last modified time | relevance | path

Searched refs:titleCols (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11-toolkits/tktable/Tktable2.10/generic/
H A DtkTableCell.c148 if (col < tablePtr->titleCols) { in TableCellCoords()
149 cs = MIN(tablePtr->titleCols-1, col+cs); in TableCellCoords()
162 if (col >= tablePtr->titleCols) { in TableCellCoords()
164 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
306 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
371 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
379 tablePtr->titleCols-1 : i-1; in TableAtBorder()
382 tablePtr->titleCols-1 : i-1; in TableAtBorder()
1114 if ((col < tablePtr->titleCols) && in Table_SpanSet()
1115 (col + cs >= tablePtr->titleCols)) { in Table_SpanSet()
[all …]
H A DtkTableCmds.c856 tablePtr->titleCols, tablePtr->cols-1); in Table_ScanCmd()
908 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1085 firstCol = tablePtr->titleCols+tablePtr->colOffset; in Table_SelSetCmd()
1198 if (col < tablePtr->titleCols) { in Table_ViewCmd()
1202 diff = tablePtr->colStarts[tablePtr->titleCols]; in Table_ViewCmd()
1221 tablePtr->leftCol = value + tablePtr->titleCols; in Table_ViewCmd()
1248 +tablePtr->titleCols; in Table_ViewCmd()
1270 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in Table_ViewCmd()
H A DtkTable.c303 Tk_Offset(Table, titleCols), TK_CONFIG_NULL_OK },
1052 oldTitleCols = tablePtr->titleCols;
1208 (tablePtr->titleCols < oldTitleCols)) {
1214 if (tablePtr->titleCols < oldTitleCols)
1366 (col < tablePtr->titleCols)) {
1385 (col < tablePtr->titleCols)) {
1644 0, tablePtr->titleCols-1); in TableUndisplay()
1660 0, tablePtr->titleCols-1); in TableUndisplay()
3330 tablePtr->colStarts[tablePtr->titleCols])) > w) { in TableAdjustParams()
3393 if (col < tablePtr->titleCols) { in TableAdjustParams()
[all …]
H A DtkTableTag.c732 (tablePtr->titleRows || tablePtr->titleCols)) { in Table_TagCmd()
736 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
746 for (col = tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
884 (forRows?tablePtr->titleRows:tablePtr->titleCols)) { in Table_TagCmd()
894 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
1165 col < tablePtr->titleCols+tablePtr->colOffset); in Table_TagCmd()
H A DtkTableEdit.c195 + ((flags & HOLD_TITLES) ? tablePtr->titleCols : 0); in Table_EditCmd()
200 minkeyoff = tablePtr->colOffset+tablePtr->titleCols; in Table_EditCmd()
H A DtkTable.h337 int titleRows, titleCols; /* the number of rows|cols to use as a title */ member
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable/
H A DtkTableCell.c152 if (col < tablePtr->titleCols) { in TableCellCoords()
153 cs = MIN(tablePtr->titleCols-1, col+cs); in TableCellCoords()
166 if (col >= tablePtr->titleCols) { in TableCellCoords()
168 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
383 tablePtr->titleCols-1 : i-1; in TableAtBorder()
386 tablePtr->titleCols-1 : i-1; in TableAtBorder()
1096 if ((col < tablePtr->titleCols) && in Table_SpanSet()
1097 (col + cs >= tablePtr->titleCols)) { in Table_SpanSet()
[all …]
H A DtkTableCmds.c844 tablePtr->titleCols, tablePtr->cols-1); in Table_ScanCmd()
896 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1073 firstCol = tablePtr->titleCols+tablePtr->colOffset; in Table_SelSetCmd()
1186 if (col < tablePtr->titleCols) { in Table_ViewCmd()
1190 diff = tablePtr->colStarts[tablePtr->titleCols]; in Table_ViewCmd()
1209 tablePtr->leftCol = value + tablePtr->titleCols; in Table_ViewCmd()
1236 +tablePtr->titleCols; in Table_ViewCmd()
1258 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in Table_ViewCmd()
H A DtkTable.c308 Tk_Offset(Table, titleCols), TK_CONFIG_NULL_OK },
1060 oldTitleCols = tablePtr->titleCols;
1223 (tablePtr->titleCols < oldTitleCols)) {
1229 if (tablePtr->titleCols < oldTitleCols)
1338 (col < tablePtr->titleCols)) {
1357 (col < tablePtr->titleCols)) {
1616 0, tablePtr->titleCols-1); in TableUndisplay()
1632 0, tablePtr->titleCols-1); in TableUndisplay()
3193 tablePtr->colStarts[tablePtr->titleCols])) > w) { in TableAdjustParams()
3255 if (col < tablePtr->titleCols) { in TableAdjustParams()
[all …]
H A DtkTableTag.c728 (tablePtr->titleRows || tablePtr->titleCols)) { in Table_TagCmd()
732 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
742 for (col = tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
880 (forRows?tablePtr->titleRows:tablePtr->titleCols)) { in Table_TagCmd()
890 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
1170 col < tablePtr->titleCols+tablePtr->colOffset); in Table_TagCmd()
H A DtkTableEdit.c196 + ((flags & HOLD_TITLES) ? tablePtr->titleCols : 0); in Table_EditCmd()
201 minkeyoff = tablePtr->colOffset+tablePtr->titleCols; in Table_EditCmd()
H A DtkTable.h339 int titleRows, titleCols; /* the number of rows|cols to use as a title */ member
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable800/
H A DtkTableCell.c152 if (col < tablePtr->titleCols) { in TableCellCoords()
153 cs = MIN(tablePtr->titleCols-1, col+cs); in TableCellCoords()
166 if (col >= tablePtr->titleCols) { in TableCellCoords()
168 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
383 tablePtr->titleCols-1 : i-1; in TableAtBorder()
386 tablePtr->titleCols-1 : i-1; in TableAtBorder()
1096 if ((col < tablePtr->titleCols) && in Table_SpanSet()
1097 (col + cs >= tablePtr->titleCols)) { in Table_SpanSet()
[all …]
H A DtkTableCmds.c843 tablePtr->titleCols, tablePtr->cols-1); in Table_ScanCmd()
895 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1072 firstCol = tablePtr->titleCols+tablePtr->colOffset; in Table_SelSetCmd()
1185 if (col < tablePtr->titleCols) { in Table_ViewCmd()
1189 diff = tablePtr->colStarts[tablePtr->titleCols]; in Table_ViewCmd()
1208 tablePtr->leftCol = value + tablePtr->titleCols; in Table_ViewCmd()
1235 +tablePtr->titleCols; in Table_ViewCmd()
1257 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in Table_ViewCmd()
H A DtkTable.c308 Tk_Offset(Table, titleCols), TK_CONFIG_NULL_OK },
1060 oldTitleCols = tablePtr->titleCols;
1223 (tablePtr->titleCols < oldTitleCols)) {
1229 if (tablePtr->titleCols < oldTitleCols)
1338 (col < tablePtr->titleCols)) {
1357 (col < tablePtr->titleCols)) {
1616 0, tablePtr->titleCols-1); in TableUndisplay()
1632 0, tablePtr->titleCols-1); in TableUndisplay()
3193 tablePtr->colStarts[tablePtr->titleCols])) > w) { in TableAdjustParams()
3255 if (col < tablePtr->titleCols) { in TableAdjustParams()
[all …]
H A DtkTableTag.c728 (tablePtr->titleRows || tablePtr->titleCols)) { in Table_TagCmd()
732 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
742 for (col = tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
880 (forRows?tablePtr->titleRows:tablePtr->titleCols)) { in Table_TagCmd()
890 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
1170 col < tablePtr->titleCols+tablePtr->colOffset); in Table_TagCmd()
H A DtkTableEdit.c196 + ((flags & HOLD_TITLES) ? tablePtr->titleCols : 0); in Table_EditCmd()
201 minkeyoff = tablePtr->colOffset+tablePtr->titleCols; in Table_EditCmd()
H A DtkTable.h337 int titleRows, titleCols; /* the number of rows|cols to use as a title */ member
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/
H A DtkTableCell.c152 if (col < tablePtr->titleCols) { in TableCellCoords()
153 cs = MIN(tablePtr->titleCols-1, col+cs); in TableCellCoords()
166 if (col >= tablePtr->titleCols) { in TableCellCoords()
168 - tablePtr->colStarts[tablePtr->titleCols]; in TableCellCoords()
310 tablePtr->colStarts[tablePtr->titleCols]; in TableWhatCell()
375 tablePtr->colStarts[tablePtr->titleCols]; in TableAtBorder()
383 tablePtr->titleCols-1 : i-1; in TableAtBorder()
386 tablePtr->titleCols-1 : i-1; in TableAtBorder()
1096 if ((col < tablePtr->titleCols) && in Table_SpanSet()
1097 (col + cs >= tablePtr->titleCols)) { in Table_SpanSet()
[all …]
H A DtkTableCmds.c844 tablePtr->titleCols, tablePtr->cols-1); in Table_ScanCmd()
896 tablePtr->titleCols, tablePtr->cols-1); in Table_SelAnchorCmd()
1073 firstCol = tablePtr->titleCols+tablePtr->colOffset; in Table_SelSetCmd()
1186 if (col < tablePtr->titleCols) { in Table_ViewCmd()
1190 diff = tablePtr->colStarts[tablePtr->titleCols]; in Table_ViewCmd()
1209 tablePtr->leftCol = value + tablePtr->titleCols; in Table_ViewCmd()
1236 +tablePtr->titleCols; in Table_ViewCmd()
1258 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols-1); in Table_ViewCmd()
H A DtkTable.c308 Tk_Offset(Table, titleCols), TK_CONFIG_NULL_OK },
1060 oldTitleCols = tablePtr->titleCols;
1223 (tablePtr->titleCols < oldTitleCols)) {
1229 if (tablePtr->titleCols < oldTitleCols)
1338 (col < tablePtr->titleCols)) {
1357 (col < tablePtr->titleCols)) {
1616 0, tablePtr->titleCols-1); in TableUndisplay()
1632 0, tablePtr->titleCols-1); in TableUndisplay()
3193 tablePtr->colStarts[tablePtr->titleCols])) > w) { in TableAdjustParams()
3255 if (col < tablePtr->titleCols) { in TableAdjustParams()
[all …]
H A DtkTableTag.c728 (tablePtr->titleRows || tablePtr->titleCols)) { in Table_TagCmd()
732 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
742 for (col = tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
880 (forRows?tablePtr->titleRows:tablePtr->titleCols)) { in Table_TagCmd()
890 col < tablePtr->colOffset+tablePtr->titleCols; in Table_TagCmd()
1170 col < tablePtr->titleCols+tablePtr->colOffset); in Table_TagCmd()
H A DtkTableEdit.c196 + ((flags & HOLD_TITLES) ? tablePtr->titleCols : 0); in Table_EditCmd()
201 minkeyoff = tablePtr->colOffset+tablePtr->titleCols; in Table_EditCmd()
H A DtkTable.h339 int titleRows, titleCols; /* the number of rows|cols to use as a title */ member
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/window/
H A DTransportWindow.cpp173 int titleCols, albumCols, artistCols, totalTimeCols; member
179 titleCols = albumCols = artistCols; in Reset()
211 titleCols = (int) u8cols(title); in Update()
288 cols = displayCache.titleCols; in writePlayingFormat()

12