package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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