package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lablgtk3-3.1.1.tbz
sha256=22c7061c8acb49c1ccd0a19396d2b1d7d1d677e0ce7954122404be94a00fecf9
sha512=193c340d9941680869eb90bc89f5b27cc5bdf294f4635081a9ba56a99fa2982266c4ee2eb5fd04d3a3f6150082800de5df786def8c72a276a779d843d914e9e3

doc/lablgtk3/GDraw/index.html

Module GDraw

Offscreen drawables

Colors

type color = [
  1. | `COLOR of Gdk.color
  2. | `WHITE
  3. | `BLACK
  4. | `NAME of string
  5. | `RGB of int * int * int
]

@gtkdoc gdk gdk-Colormaps-and-Colors

val color : color -> Gdk.color
module Cairo : sig ... end

GdkDragContext

class drag_context : Gdk.drag_context -> object ... end

@gtkdoc gdk gdk-Drag-and-Drop