Table of Contents


NAME

entrytable-select - select by table of label entry boxes (Decida Procedure)

SCREEN-SNAPSHOT

snapshot  

USAGE

          entrytable-select title itemList {window .}

ARGUMENTS

title Title to display on window. Title serves as the prompt.
itemList List of lists of entry names and default values (and optionally text). Each item is: item value (optional-text). An item with <H1> or <H2> is treated as a separator
window Window where window is to be placed. Default is to plot at location of . (the main window).

GLOBALS

env(DISP_MODE) Display mode. One of (XWINDOW|TERMINAL|BATCH). XWINDOW mode makes full use of X11 DISPLAY. TERMINAL prompts and accepts values. BATCH mode returns itemList.

RESULTS

Displays label/entry window for each item in itemList.
If "accept" button is clicked, returns itemList with filled-in values.
If "cancel" button is clicked, returns original itemList.

AUTHORS

Richard Booth, Michael McLennan, George Howlett

Table of Contents