NvDialog 0.10.1
A cross-platform modal dialogs library for C/C++ that uses the native OS theme.
Loading...
Searching...
No Matches
NvdVersion Struct Reference

A struct that identifies the version of NvDialog. More...

#include <nvdialog_types.h>

Data Fields

short major
short minor
short patch
char * string

Detailed Description

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

See also
nvd_get_version

Field Documentation

◆ major

short major

Major version of NvDialog.

◆ minor

short minor

Minor version of NvDialog.

◆ patch

short patch

Patch version of NvDialog.

◆ string

char* string

String representation of the version for eg. printf() calls.


The documentation for this struct was generated from the following file: