hwIPage OverlayWindow
Combines windows.
Syntax
hwIPage_handle OverlayWindow window_index
Application
Tcl Modify
Description
This command combines windows by taking the copied window and adding it as a layer to the window of your choice.
Inputs
- window_index
- The index (position) of the window you want to overlay on top of.
Example
hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 OverlayWindow 4;
Error
Success (0) or an error message is returned.
Keywords
Tcl
Modify