Searched refs:newRowCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DGridLayout.cpp744 int32 newRowCount = max_c(fRowCount, row + rowCount); local
745 if (newColumnCount > fColumnCount || newRowCount > fRowCount) {
746 if (!_ResizeGrid(newColumnCount, newRowCount))

Completed in 29 milliseconds