NAME

cxModAlert - present an alert dialogue box to the user

C SPECIFICATION

#include <cx/UI.h>

void cxModAlert(char *message)

FORTRAN SPECIFICATION

subroutine cxModAlert(character *(*))

PARAMETERS

message
Text of the error message to present.

DESCRIPTION

cxModAlert pops up a dialogue box on the main screen (if the GUI is enabled) with the given message and an OK button. The text can be formed into separate lines separated by newline characters. The routine returns immediately without waiting for the user to dismiss the dialogue box.
Last modified: Mon Nov 18 13:50:54 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996