package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Wrappers/Accessible_list/index.html

Module Wrappers.Accessible_list

type t = [ `accessible_list ] Gobject.obj

A boxed type which wraps a list of references to GtkAccessible objects.

val new_from_array : [ `accessible ] Gobject.obj array -> Gsize.t -> t

Create a new AccessibleList

val new_from_list : [ `accessible ] Gobject.obj list -> t

Create a new AccessibleList

val get_objects : t -> [ `accessible ] Gobject.obj list

Gets the list of objects this boxed type holds

val get_type : unit -> Gobject.Type.t