interface container display

Allows you to display an existing container on the dialog box.
The container is a submenu on the dialog box, which can collect other interface objects like buttons, option menus, sliders and so on. The container can be used to segregate and ‘contain’ a set of menus and buttons on the dialog box.
The container can be displayed by using this command.

Format:

 
interface container display
container_name =
An Existing GI_container

Example:

 
interface container display &
container_name =
.gui.dgbox.cntr1

Description:

 
Parameter
Value Type
Description
container_name
An Existing GI_container
Specifies the name for an existing container

Extended Definition:

The container can be displayed or closed as the need arises by using the ‘container display’ and ‘container undisplay’ command.