CW_TMPL

The CW_TMPL procedure is a template for compound widgets that use the XMANAGER. Use this template instead of writing your compound widgets from "scratch". This template can be found in the file cw_tmpl.pro in the lib subdirectory of the IDL distribution.

Calling Sequence

Result = CW_TMPL( Parent )

Arguments

Parent

The widget ID of the parent widget of the new compound widget.

Keywords

UVALUE

A user-specified value for the compound widget.

See Also

XMNG_TMPL