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.common/Glib/index.html
Module GlibSource
Interface to GLib functions (GTK4 / GLib 2.66+)
This module provides access to GLib functionality used by GTK4:
- Main event loop
- Timeout and idle callbacks
- Character set conversion (UTF-8)
- String utilities
Unicode character (UTF-32 code point)
Exception raised for GLib errors
Main Event Loop
Priority levels for timeouts and idle callbacks
Convert priority variant to integer value
Timeout Callbacks
Idle Callbacks
Character Set Conversion
UTF-8 String Utilities
Application and Program Names
Get the name of the program. This is typically argv0. Returns None if the program name has not been set.
Set the name of the program. This name should not be localized.
Get the human-readable application name for display in the UI. Returns None if the application name has not been set.
Set a human-readable name for the application. This name should be localized if possible and is intended for display to the user.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page