Searched refs:activeCell (Results 1 – 3 of 3) sorted by relevance
93 public void setCursor(Point activeCell) { in setCursor() argument95 cursorX = (int) activeCell.getX(); in setCursor()96 cursorY = (int) activeCell.getY(); in setCursor()
127 …bool const activeCell = ( hitRow == m_rTableControl.getCurrentRow() ) && ( hitCol == m_rTableContr… in RequestHelp() local135 …if ( pRenderer->FitsIntoCell( aCellToolTip, hitCol, hitRow, activeCell, selectedCell, *this, aCell… in RequestHelp()
457 activeCell
Completed in 40 milliseconds