package lablgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val cast : 'a Gobject.obj -> pixmap
val destroy : [> `gdkpixmap ] Gobject.obj -> unit
val create : ?window:window -> width:int -> height:int -> ?depth:int -> unit -> pixmap
val create_from_data : ?window:window -> width:int -> height:int -> ?depth:int -> fg:color -> bg:color -> string -> pixmap
val create_from_xpm : ?window:window -> ?colormap:colormap -> ?transparent:color -> file:string -> unit -> pixmap * bitmap
val create_from_xpm_d : ?window:window -> ?colormap:colormap -> ?transparent:color -> data:string array -> unit -> pixmap * bitmap