Adams Basic Package > Adams View > View Command Language > interface > interface container undisplay

interface container undisplay

Allows you to close 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 closed by using this command.

Format:

 
interface container undisplay
container_name =
an existing GI_container

Example:

 
interface container undisplay &
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:

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