package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml bindings for GTK 4
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gio/Ocgtk_gio/Gio/Wrappers/Menu_attribute_iter/index.html
Module Wrappers.Menu_attribute_iter
type t = [ `menu_attribute_iter | `object_ ] Gobject.objval next : t -> boolAttempts to advance the iterator to the next (possibly first) attribute.
%TRUE is returned on success, or %FALSE if there are no more attributes.
You must call this function when you first acquire the iterator to advance it to the first attribute (and determine if the first attribute exists at all).
val get_value : t -> Gvariant.tGets the value of the attribute at the current iterator position.
The iterator is not advanced.
val get_name : t -> stringGets the name of the attribute at the current iterator position, as a string.
The iterator is not advanced.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>