gui.removeLayoutItem
Removes a GUI component from a layout.
Prototype
bOk = gui.removeLayoutItem ( hLayout, hComponent, [bDestroy=true] )
Parameters
hLayout - valid layout handle
hComponent - handle to the component you want to remove
bDestroy=true - optional destroy flag, true by default
Return values
bOk - true on success
Available since ShiVa 2.0