pango-Version-Checking {RGtk2} | R Documentation |
Tools for checking Pango version at compile- and run-time.
pangoVersion()
pangoVersionString()
pangoVersionCheck(required.major, required.minor, required.micro)
The capital-letter functions defined here can be used to check the version of Pango at compile-time, and to encode Pango versions into integers.
The functions can be used to check the version of the linked Pango library at run-time.
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/pango/pango-Version-Checking.html