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