32 #ifndef REPORTERROR_H_
33 #define REPORTERROR_H_
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
@ REF_CANCEL_BUTTON
Provide a Cancel button.
Definition: reporterror.h:50
ReportErrorFlags
Flags for report error.
Definition: reporterror.h:48
void report_error_close(ReportErrorReply reply)
Close the report error dialogue.
Definition: reporterror.cc:196
ReportErrorReply
Values returned from report error.
Definition: reporterror.h:43
@ REF_HIGHLIGHT_CANCEL
Highlight the cancel button.
Definition: reporterror.h:51
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
@ REF_CLOSE
Select one box depending on bit 0 and 1 and close window.
Definition: reporterror.h:55
@ REF_OK_BUTTON
Provide an OK button.
Definition: reporterror.h:49
@ REF_NO_SPACE_TO_CONTINUE
In a text-style window do not prompt to continue.
Definition: reporterror.h:52
@ REF_NO_TITLE_PREFIX
Don't prefix application name with error from title bar.
Definition: reporterror.h:53
@ REF_LEAVE_OPEN
Return immediately leaving window open - Note you must close the box before the next WIMP poll.
Definition: reporterror.h:54