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

/haiku/src/kits/interface/
H A DColumnListView.cpp2633 float nextColumnRightEdge = 1000000.0; local
2649 nextColumnRightEdge = leftEdge + column->Width();
2661 fRightDragBoundry = MAX(nextColumnRightEdge, rightEdge);

Completed in 45 milliseconds