package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type color = [
  1. | `BLACK
  2. | `COLOR of Gdk.color
  3. | `NAME of string
  4. | `RGB of int * int * int
  5. | `WHITE
]
val color : color -> Gdk.color
module Cairo : sig ... end
class drag_context : Gdk.drag_context -> object ... end