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/Buffered_output_stream/index.html
Module Wrappers.Buffered_output_stream
type t =
[ `buffered_output_stream
| `filter_output_stream
| `output_stream
| `object_ ]
Gobject.objval new_ : [ `output_stream | `object_ ] Gobject.obj -> tCreate a new BufferedOutputStream
val new_sized : [ `output_stream | `object_ ] Gobject.obj -> Gsize.t -> tCreate a new BufferedOutputStream
val set_auto_grow : t -> bool -> unitSets whether or not the @stream's buffer should automatically grow. If @auto_grow is true, then each write will just make the buffer larger, and you must manually flush the buffer to actually write out the data to the underlying stream.
val get_auto_grow : t -> boolChecks if the buffer automatically grows as data is added.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>