gui.setStackContainerCurrentComponent
Prototype
bOk = gui.setStackContainerCurrentComponent ( hStackComponent, hComponent )
Parameters
hStackComponent -
hComponent -
Return values
bOk - true on success
Sample
function onPropertyViewDialogEnvironmentVariableCancel ( hView, hComponent ) gui.setStackContainerCurrentComponent ( gui.getComponentFromView ( hView, "sections" ), gui.getComponentFromView ( hView, "section.environment" ) ) end
Available since ShiVa 2.0