gui.setStackContainerCurrentComponent

Prototype

  1. bOk = gui.setStackContainerCurrentComponent ( hStackComponent, hComponent )

Parameters

hStackComponent -
hComponent -


Return values

bOk - true on success


Sample

  1. function onPropertyViewDialogEnvironmentVariableCancel ( hView, hComponent )
  2.  
  3. gui.setStackContainerCurrentComponent ( gui.getComponentFromView ( hView, "sections" ), gui.getComponentFromView ( hView, "section.environment" ) )
  4. end

Available since ShiVa 2.0