NAME

UI - IRIS Explorer module user interface routines

SYNOPSYS

include <cx/UI.h>

DESCRIPTION

UI.h defines application interface routines used by modules to affect their private user interface, or control panel.

cxModAlert causes a popup to appear in the Map Editor with the given text string and the module's name.

cxInWdgtDblSet, cxInWdgtLongSet and cxInWdgtStrSet set the value of the dial, text slider or text type-in widget associated with the port write(*,'(a)')trim(line) name. Format conversions are automatically made when possible. For example, calling cxInWdgtStrSet with "3.14" will set the value of a dial to 3.14. Calling cxInWdgtLongSet with a value of 123 will set the value of a text type-in to "123". The result of calling cxInWdgtStrSet with "three" to set a dial widget is undefined.

The minimum and maximum values of a dial or slider widget for port name are set with cxInWdgtDblMinMaxSet or cxInWdgtLongMinMaxSet.

cxInWdgtLabelSet changes the label of port name to val.

cxInWdgtChoiceLabelSet sets the index choice to the string label on the option menu or radio button widget for port name. cxInWdgtChoiceLabelMultiSet has the same effect for cnt choices, starting with minIndex. label points to an array of new choice labels for the port.

SEE ALSO

cxInWdgtChoiceLabelMultiSet(3E), cxInWdgtChoiceLabelSet(3E), cxInWdgtDblMinMaxSet(3E), cxInWdgtDblSet(3E), cxInWdgtLabelSet(3E), cxInWdgtLongMinMaxSet(3E), cxInWdgtLongSet(3E), cxInWdgtStrSet(3E), cxModAlert(3E)
Last modified: Mon Nov 18 13:54:25 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996