package lablgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type image_type = [
  1. | `FASTEST
  2. | `NORMAL
  3. | `SHARED
]
val create : kind:image_type -> visual:visual -> width:int -> height:int -> image
val get : [> `drawable ] Gobject.obj -> x:int -> y:int -> width:int -> height:int -> image
val put_pixel : image -> x:int -> y:int -> pixel:int -> unit
val get_pixel : image -> x:int -> y:int -> int
val destroy : image -> unit
val width : image -> int
val height : image -> int
val depth : image -> int
val get_visual : image -> visual