package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml bindings for GTK 4
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gtk/Ocgtk_gtk/GVersion/index.html
Module Ocgtk_gtk.GVersion
GTK version information — runtime and compile-time
Runtime Version
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.
Compile-Time 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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page