package lablgtk

  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 : ?colormap:Gdk.colormap -> color -> Gdk.color
type optcolor = [
  1. | `BLACK
  2. | `COLOR of Gdk.color
  3. | `DEFAULT
  4. | `NAME of string
  5. | `RGB of int * int * int
  6. | `WHITE
]
val optcolor : ?colormap:Gdk.colormap -> optcolor -> Gdk.color option
class drawable : ?colormap:Gdk.colormap -> [> `drawable ] as 'a Gobject.obj -> object ... end
class pixmap : ?colormap:Gdk.colormap -> ?mask:Gdk.bitmap -> Gdk.pixmap -> object ... end
class type misc_ops = object ... end
val pixmap : width:int -> height:int -> ?mask:bool -> ?window:< misc : misc_ops.. > -> ?colormap:Gdk.colormap -> unit -> pixmap
val pixmap_from_xpm : file:string -> ?window:< misc : misc_ops.. > -> ?colormap:Gdk.colormap -> ?transparent:color -> unit -> pixmap
val pixmap_from_xpm_d : data:string array -> ?window:< misc : misc_ops.. > -> ?colormap:Gdk.colormap -> ?transparent:color -> unit -> pixmap
class drag_context : Gdk.drag_context -> object ... end