logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XtError, XtSetErrorHandler, XtSetWarningHandler, XtWarning - low-level error handlers

Arguments

message   Specifies the nonfatal error message that is to be reported.

       handler   Specifies  the  new  fatal  error  procedure,  which  should  not return, or the nonfatal error
                 procedure, which usually returns.

       message   Specifies the message that is to be reported.

Description

       The XtError function has been superceded by XtAppError.

       The XtSetErrorHandler function has been superceded by XtAppSetErrorHandler.

       The XtSetWarningHandler function has been superceded by XtAppSetWarningHandler.

       The XtWarning function has been superceded by XtAppWarning.

Name

       XtError, XtSetErrorHandler, XtSetWarningHandler, XtWarning - low-level error handlers

See Also

XtAppError(3)
       XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                                        XtError(3)

Syntax

       #include <X11/Intrinsic.h>

       void XtError(const char *message);

       void XtSetErrorHandler(XtErrorHandler handler);

       void XtSetWarningHandler(XtErrorHandler handler);

       void XtWarning(const char *message);

See Also