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/Constraint_guide/class-constraint_guide/index.html

Class Constraint_guide.constraint_guide

inherit Ocgtk_gtk__.GConstraint_target.constraint_target_t
method get_name : unit -> string option
method get_strength : unit -> Ocgtk_gtk__.Gtk_enums.constraintstrength
method set_max_size : int -> int -> unit
method set_min_size : int -> int -> unit
method set_name : string option -> unit
method set_nat_size : int -> int -> unit
method set_strength : Ocgtk_gtk__.Gtk_enums.constraintstrength -> unit
method max_height : int
method set_max_height : int -> unit
method max_width : int
method set_max_width : int -> unit
method min_height : int
method set_min_height : int -> unit
method min_width : int
method set_min_width : int -> unit
method nat_height : int
method set_nat_height : int -> unit
method nat_width : int
method set_nat_width : int -> unit
method as_constraint_guide : Ocgtk_gtk__.Constraint_guide.t