hwbrowsermanager - state
API to handle the customization and manipulation of the browser state.
Syntax
hwbrowsermanager state ?options?
Type
HyperMesh Tcl GUI
Description
hwbrowsermanager state current
Returns the name of the current browser state.
hwbrowsermanager state current <view_name>
Sets the current browser state to the specified view name.
hwbrowsermanager state data
Returns the current state configuration data.
hwbrowsermanager state names
Returns all of the browser state names.
hwbrowsermanager state save
Saves the current window’s configuration to the current state.
hwbrowsermanager state restore
Restores the current window’s configuration from the current state.
Example
An example browser script can be found in the HyperWorks installation at <altair_home>/hm/examples/scripts/browser_example.tcl.
Errors
None.