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.graphene/Ocgtk_graphene/Graphene/Rect/class-rect/index.html

Class Rect.rect

method contains_point : Ocgtk_graphene__.Point.t -> bool
method contains_rect : Ocgtk_graphene__.Rect.t -> bool
method equal : Ocgtk_graphene__.Rect.t -> bool
method get_area : unit -> float
method get_height : unit -> float
method get_width : unit -> float
method get_x : unit -> float
method get_y : unit -> float
method init : float -> float -> float -> float -> Ocgtk_graphene__.Rect.t
method init_from_rect : Ocgtk_graphene__.Rect.t -> Ocgtk_graphene__.Rect.t
method inset : float -> float -> Ocgtk_graphene__.Rect.t
method normalize : unit -> Ocgtk_graphene__.Rect.t
method offset : float -> float -> Ocgtk_graphene__.Rect.t
method round_to_pixel : unit -> Ocgtk_graphene__.Rect.t
method as_rect : Ocgtk_graphene__.Rect.t