DwtCommandErrorMessage(3Dwt)
Name
DwtCommandErrorMessage − Writes an error message in the command window and refreshes the command line.
Syntax
void DwtCommandErrorMessage(widget, error)
Widget widget;
char *error;
Arguments
widgetSpecifies the ID of the command window widget in whose command window you want to write an error message.
errorSpecifies the error message to be placed in the bottom-most history line in the command window widget. This argument is a NULL-terminated string.
Description
The DwtCommandErrorMessage function writes an error message in the history area within the command window widget. The history is first scrolled up.
See Also
DwtCommandWindow (3Dwt), DwtCommandAppend (3Dwt), DwtCommandSet (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
Subroutines