Ocgtk_gtk.GVersionGTK version information — runtime and compile-time
The version of the GTK shared library that is actually loaded at runtime. Use this to gate calls to APIs that may not be present on the installed GTK.
runtime () returns (major, minor, micro) for the running GTK library.
runtime_at_least major minor micro returns true when the running GTK library is at least the given version.
The version of GTK whose headers were used when building this library. Identical to the macros GTK_MAJOR_VERSION / GTK_MINOR_VERSION / GTK_MICRO_VERSION.