gtkmm: Version
Gtkmm version. More...
Macros | |
| #define | GTKMM_MAJOR_VERSION |
| The major version number of the GTKMM library. More... | |
| #define | GTKMM_MINOR_VERSION |
| The minor version number of the GTKMM library. More... | |
| #define | GTKMM_MICRO_VERSION |
| The micro version number of the GTKMM library. More... | |
| #define | GTKMM_CHECK_VERSION(major, minor, micro) |
| Checks the version of the GTKMM header files at compile time. More... | |
Detailed Description
Gtkmm version.
Macro Definition Documentation
| #define GTKMM_CHECK_VERSION | ( | major, | |
| minor, | |||
| micro | |||
| ) |
Checks the version of the GTKMM header files at compile time.
Returns true if the version of the GTKMM header files is the same as or newer than the passed-in version.
- Parameters
-
major Major version (e.g. 4 for version 4.2.1) minor Minor version (e.g. 2 for version 4.2.1) micro Micro version (e.g. 1 for version 4.2.1)
- Returns
trueif GTKMM headers are new enough.
| #define GTKMM_MAJOR_VERSION |
The major version number of the GTKMM library.
From the headers used at application compile time. E.g. in GTKMM version 4.2.1 this is 4.
| #define GTKMM_MICRO_VERSION |
The micro version number of the GTKMM library.
From the headers used at application compile time. E.g. in GTKMM version 4.2.1 this is 1.
| #define GTKMM_MINOR_VERSION |
The minor version number of the GTKMM library.
From the headers used at application compile time. E.g. in GTKMM version 4.2.1 this is 2.
