|
NvDialog 0.10.1
A cross-platform modal dialogs library for C/C++ that uses the native OS theme.
|
Go to the source code of this file.
Data Structures | |
| struct | NvdVersion |
| A struct that identifies the version of NvDialog. More... | |
Macros | |
| #define | __nvdialog_types_h__ 1 |
Enumerations | |
| enum | NvdDialogType { NVD_DIALOG_SIMPLE = 0xff , NVD_DIALOG_WARNING , NVD_DIALOG_ERROR } |
| Defines what use it the dialog about. Each member of this enum defines what the dialog should represent: More... | |
| enum | NvdQuestionButton { NVD_YES_NO = 0x04 , NVD_YES_NO_CANCEL , NVD_YES_CANCEL } |
| Enumerator containing the possible arguments for nvd_dialog_question_new(). More... | |
| enum | NvdReply { NVD_REPLY_OK = 0x04 , NVD_REPLY_CANCEL , NVD_REPLY_NO } |
| An enumerator containing a possible returned value by nvd_get_reply, when used with an NvdQuestionBox. More... | |
| #define __nvdialog_types_h__ 1 |
| enum NvdDialogType |
Defines what use it the dialog about. Each member of this enum defines what the dialog should represent:
| enum NvdQuestionButton |
Enumerator containing the possible arguments for nvd_dialog_question_new().
Each field describes the possible answers that will be included in a new NvdQuestionDialog. More specifically:
| Enumerator | |
|---|---|
| NVD_YES_NO | |
| NVD_YES_NO_CANCEL | |
| NVD_YES_CANCEL | |
| enum NvdReply |
An enumerator containing a possible returned value by nvd_get_reply, when used with an NvdQuestionBox.
| Enumerator | |
|---|---|
| NVD_REPLY_OK | User accepted the question. |
| NVD_REPLY_CANCEL | User cancelled the question. Also used as a fallback. |
| NVD_REPLY_NO | User rejected the question. |