| 1343 | //----------------------------------------------------------------------------- |
| 1344 | |
| 1345 | void GuiControl::setTop( S32 newTop ) |
| 1346 | { |
| 1347 | resize( Point2I( mBounds.point.x, newTop ), mBounds.extent ); |
| 1348 | } |
| 1349 | |
| 1350 | //----------------------------------------------------------------------------- |
| 1351 |
no test coverage detected