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/Bitset/class-bitset/index.html

Class Bitset.bitset

method add : int -> bool
method add_range : int -> int -> unit
method add_range_closed : int -> int -> unit
method add_rectangle : int -> int -> int -> int -> unit
method contains : int -> bool
method difference : Ocgtk_gtk__.Bitset.t -> unit
method equals : Ocgtk_gtk__.Bitset.t -> bool
method get_maximum : unit -> int
method get_minimum : unit -> int
method get_nth : int -> int
method get_size : unit -> UInt64.t
method get_size_in_range : int -> int -> UInt64.t
method intersect : Ocgtk_gtk__.Bitset.t -> unit
method is_empty : unit -> bool
method ref : unit -> Ocgtk_gtk__.Bitset.t
method remove : int -> bool
method remove_all : unit -> unit
method remove_range : int -> int -> unit
method remove_range_closed : int -> int -> unit
method remove_rectangle : int -> int -> int -> int -> unit
method shift_left : int -> unit
method shift_right : int -> unit
method splice : int -> int -> int -> unit
method subtract : Ocgtk_gtk__.Bitset.t -> unit
method union : Ocgtk_gtk__.Bitset.t -> unit
method as_bitset : Ocgtk_gtk__.Bitset.t