Command: paneladd

Syntax

paneladd <file>

or

paneladd {
    <sub_panel_block>
}

Description

Add panels to an existing panel window.

Parameters

Switches

Block

The <sub_panel_block> or the contents of <file> is made up of panel definitions each describing a panel or providing control information for layout purposes. Refer to the wpanel command and the section Panels for full descriptions of panel definition.

Notes

Details of panel attributes may be examined or set after window creation via the window structure member window.panels.

Examples

Add a button to an existing panel window.

paneladd mywin,-x=50,-y=100 {
    press: button 'Prestatyn'
}

See Also

Commands:

wpanel

Structures:

menupane, panel, window (panel)