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

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

Completed in 34 milliseconds