powered by
bound
check
check*
boundVersion() >= version
checkGTK(version) checkPango(version) checkCairo(version) boundGTKVersion() boundPangoVersion() boundCairoVersion()
boundGTKVersion() >= version
TRUE
version
FALSE
The bound* functions return a numeric_version representation of the bound library version.
numeric_version
## instead of # checkGTK("2.12.0") ## do this: boundGTKVersion() >= "2.12.0"
Run the code above in your browser using DataLab