::hwp::GetAnimatorCtrl
Gets an animator handle of a page.
Syntax
::hwp::GetAnimatorCtrl
Application
Tcl Query
Description
This procedure implements minus options.
This procedure returns an animator control handle of HyperGraph/ HyperView. If no page ID is requested, then it operates on the current/active page.
Mandatory Arguments
None.
Optional Arguments
- -page "pageID"
- The page ID of the requested page.
Returns
Returns an animator handle of a page.
Example
set animatorHandle [::hwp::GetAnimatorCtrl -page 1]