GDraw
Offscreen drawables
type color = [
| `COLOR of Gdk.color
| `WHITE
| `BLACK
| `NAME of string
| `RGB of int * int * int
]
@gtkdoc gdk gdk-Colormaps-and-Colors
val color : color -> Gdk.color
module Cairo : sig ... end
class drag_context : Gdk.drag_context -> object ... end
@gtkdoc gdk gdk-Drag-and-Drop