package lablgtk3
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml interface to GTK+3
Install
dune-project
Dependency
Authors
Maintainers
Sources
lablgtk3-3.0.beta5.tbz
sha256=5d221cf92a9f1f6d6e5a9c83d49eb3d6a62528a0002fd2bac44bbd2dad89ee30
md5=e8745cbff677b330e06a304c6d1b9bce
doc/lablgtk3/Gpointer/index.html
Module Gpointer
Gpointer: various kinds of pointers to C data
val optaddr : 'a option -> 'a optaddrval raw_null : optstringval optstring : string option -> optstringval boxed_null : boxedval peek_string : ?pos:int -> ?len:int -> boxed -> stringval peek_int : boxed -> intval poke_int : boxed -> int -> unitval peek_nativeint : boxed -> nativeintval poke_nativeint : boxed -> nativeint -> unitval optboxed : 'a option -> 'a optboxedval may_box : f:('a -> 'b) -> 'a option -> 'b optboxedval decode_variant : 'a variant_table -> int -> 'aval encode_variant : 'a variant_table -> 'a -> intval decode_flags : 'a variant_table -> int -> 'a listval encode_flags : 'a variant_table -> 'a list -> intval stable_copy : 'a -> 'a stableRegion handling
val length : region -> intthe length of the region
val get_addr : region -> nativeintthe length of the region
the start address of the region
val get_byte : region -> pos:int -> intval set_byte : region -> pos:int -> int -> unitval region_of_bytes : bytes -> regioncreate a region sharing a string
val bytes_of_region : region -> bytescreate a region sharing a string
copy the contents of the region to a string
type 'a bigarray = (int, Bigarray.int8_unsigned_elt, 'a) Bigarray.Array1.tUnsafe access
val unsafe_create_region :
path:int array ->
get_length:('a -> int) ->
'a ->
regionunsafe_create_region ~path ~get_length returns a function to build regions from a specific kind of data abstraction
val unsafe_get_byte : region -> pos:int -> intval unsafe_set_byte : region -> pos:int -> int -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>