Element: panel_window.panels[ ]

Type

panel

Description

The sub-panel children of panel_window. The size of the array is panel_window.panel_count.

For sub-panels which are sub-windows, the corresponding element of the panel_window.panels array may be treated like a top-level window.

Example

The following makes sub-panel 1 of win4 a graphic window.

win4.panels[1] = wgraphic

Notes

Sub-panels which are not sub-windows will yield a value win0 if an attempt is made to treat them as windows.

Sub-panels can be given names which may subsequently be used instead of the array element. See panel.name for more information.

See Also

Structures:

panel