32 #ifndef REPORTERROR_H_ 33 #define REPORTERROR_H_ A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
ReportErrorReply report_error(_kernel_oserror *err, const char *title, int flags)
Report an error using Wimp_ReportError to give the standard WIMP error reporting dialogue.
Definition: reporterror.cc:49
void report_error_close(ReportErrorReply reply)
Close the report error dialogue.
Definition: reporterror.cc:196
Provide a Cancel button.
Definition: reporterror.h:50
ReportErrorReply
Values returned from report error.
Definition: reporterror.h:43
Highlight the cancel button.
Definition: reporterror.h:51
Provide an OK button.
Definition: reporterror.h:49
Select one box depending on bit 0 and 1 and close window.
Definition: reporterror.h:55
ReportErrorFlags
Flags for report error.
Definition: reporterror.h:47
Don't prefix application name with error from title bar.
Definition: reporterror.h:53
In a text-style window do not prompt to continue.
Definition: reporterror.h:52
Return immediately leaving window open - Note you must close the box before the next WIMP poll...
Definition: reporterror.h:54