Top | ![]() |
![]() |
![]() |
![]() |
#define | GTK_MAJOR_VERSION |
#define | GTK_MINOR_VERSION |
#define | GTK_MICRO_VERSION |
#define | GTK_BINARY_AGE |
#define | GTK_INTERFACE_AGE |
GTK+ provides version information, primarily useful in configure checks for builds that have a configure script. Applications will not typically use the features described here.
#define GTK_CHECK_VERSION(major,minor,micro)
Returns TRUE
if the version of the GTK+ header files is the same
as or newer than the passed-in version.
#define GTK_MAJOR_VERSION (2)
Like gtk_major_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
#define GTK_MINOR_VERSION (24)
Like gtk_minor_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
#define GTK_MICRO_VERSION (28)
Like gtk_micro_version, but from the headers used at application compile time, rather than from the library linked against at application run time.
#define GTK_BINARY_AGE (2428)
Like gtk_binary_age, but from the headers used at application compile time, rather than from the library linked against at application run time.