pltIAnimationCursor SetWindowHeight
Sets the height (a percentage of the window) of the animation cursor bar.
Syntax
pltIAnimationCursor_handle SetWindowHeight height_percent
Application
Tcl Modify
Description
This command sets the height (a percentage of the window) of the animation cursor bar. If the cursor does not have a bar, the height is zero percent.
Inputs
- height_percent
- A number from 0 to 100 that corresponds with a specific percentage of the window height. This percentage of the window height will make the height of the animation cursor bar that size.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot GetAnimationCursorHandle ach;
ach SetWindowHeight 25;
Errors
Success (0) or an error message is returned.
Keywords
Tcl
Animation Cursor
Modify