MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setExtent

Method setExtent

Engine/source/gui/core/guiControl.cpp:1324–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

openMethod · 0.80
_getContentControlMethod · 0.80
guiControl.cppFile · 0.80
_resetMethod · 0.80
showPopupMethod · 0.80
onAddMethod · 0.80
updateRectsMethod · 0.80
constructEditControlMethod · 0.80
onRenderCellMethod · 0.80

Calls 1

resizeFunction · 0.50

Tested by 3

onAddMethod · 0.64
updateRectsMethod · 0.64
constructEditControlMethod · 0.64