| gtkmm 4.18.0
    | 
Gtkmm version. More...
| Macros | |
| #define | GLIBMM_MAJOR_VERSION | 
| #define | GLIBMM_MINOR_VERSION | 
| #define | GLIBMM_MICRO_VERSION | 
| #define | GLIBMM_CHECK_VERSION(major, minor, micro) | 
| #define | GTKMM_MAJOR_VERSION | 
| The major version number of the GTKMM library. | |
| #define | GTKMM_MINOR_VERSION | 
| The minor version number of the GTKMM library. | |
| #define | GTKMM_MICRO_VERSION | 
| The micro version number of the GTKMM library. | |
| #define | GTKMM_CHECK_VERSION(major, minor, micro) | 
| Checks the version of the GTKMM header files at compile time. | |
Gtkmm version.
| #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.
| 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) | 
true if 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.