| 1322 | //----------------------------------------------------------------------------- |
| 1323 | |
| 1324 | bool GuiControl::setExtent( const Point2I &newExtent ) |
| 1325 | { |
| 1326 | return resize( mBounds.point, newExtent ); |
| 1327 | } |
| 1328 | |
| 1329 | //----------------------------------------------------------------------------- |
| 1330 |