|
NvDialog 0.10.1
A cross-platform modal dialogs library for C/C++ that uses the native OS theme.
|
A struct that identifies the version of NvDialog. More...
#include <nvdialog_types.h>
Data Fields | |
| short | major |
| short | minor |
| short | patch |
| char * | string |
A struct that identifies the version of NvDialog.
This struct contains a series of fields that hold information about NvDialog's version (usually at runtime). It's usually filled by nvd_get_version
| short major |
Major version of NvDialog.
| short minor |
Minor version of NvDialog.
| short patch |
Patch version of NvDialog.
| char* string |
String representation of the version for eg. printf() calls.