Feature #646
Extended error dialog api
Status: | Approved | Start date: | 01/16/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | CtrlLib | Spent time: | - | |
Target version: | - |
Description
Sometimes ego, We introduced ErrorOK function, but why not extend this api to additional functions (prompt equivalents). Below is my proposition:
void ErrorOK(const char *qtf); int ErrorOKCancel(const char *qtf); int ErrorYesNo(const char *qtf); int ErrorYesNoCancel(const char *qtf); int ErrorRetryCancel(const char *qtf); int ErrorAbortRetry(const char *qtf); int ErrorAbortRetryIgnore(const char *qtf);
Moreover I enclose full implementation of this functions.
History
#1 Updated by Miroslav Fidler over 11 years ago
- Status changed from New to Approved