|
IDL Reference Guide: iTools Object Classes |
|
The IDLitWindow::Add procedure method adds the given object(s) to the window.
Obj->[IDLitWindow::]Add, Objects [, POSITION=value]
A reference (or array of references) to the object(s) to be added to the window. Any of the objects that inherit from IDLgrViewGroup are added directly to the window's scene, which represents a container for all of the views (and their corresponding visualization hierarchies) that appear within a window. The remaining objects are added to the current view within the window's scene.
Set this keyword equal to a scalar or array containing the zero-based indices of the position within the container at which the new object should be placed.
IDL Online Help (March 06, 2007)