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

/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp158 BRect svBounds = rvBounds; local
159 svBounds.left -= 1;
160 svBounds.right = hsBounds.left - 1;
161 svBounds.top = svBounds.bottom + 1;
162 svBounds.bottom = b.bottom + 1;
164 m_statusView = new StatusView(svBounds, manager, m_hScrollBar);

Completed in 75 milliseconds