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.gsk/Ocgtk_gsk/Gsk/Stroke/class-stroke/index.html

Class Stroke.stroke

method get_dash_offset : unit -> float
method get_line_cap : unit -> Ocgtk_gsk__.Gsk_enums.linecap
method get_line_join : unit -> Ocgtk_gsk__.Gsk_enums.linejoin
method get_line_width : unit -> float
method get_miter_limit : unit -> float
method set_dash : float array option -> Gsize.t -> unit
method set_dash_offset : float -> unit
method set_line_cap : Ocgtk_gsk__.Gsk_enums.linecap -> unit
method set_line_join : Ocgtk_gsk__.Gsk_enums.linejoin -> unit
method set_line_width : float -> unit
method set_miter_limit : float -> unit
method to_cairo : Ocgtk_cairo.Cairo.Context.context_t -> unit
method as_stroke : Ocgtk_gsk__.Stroke.t