package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GdkPixbuf.Pixbuf

class type pixbuf_t = object ... end
class pixbuf : [ `pixbuf | `object_ ] Gobject.obj -> pixbuf_t
val new_ : Gdkpixbuf_enums.colorspace -> bool -> int -> int -> int -> pixbuf_t
val new_from_bytes : Glib_bytes.t -> Gdkpixbuf_enums.colorspace -> bool -> int -> int -> int -> int -> pixbuf_t
val new_from_file : string -> (pixbuf_t, GError.t) result
val new_from_file_at_scale : string -> int -> int -> bool -> (pixbuf_t, GError.t) result
val new_from_file_at_size : string -> int -> int -> (pixbuf_t, GError.t) result
val new_from_resource : string -> (pixbuf_t, GError.t) result
val new_from_resource_at_scale : string -> int -> int -> bool -> (pixbuf_t, GError.t) result
val new_from_stream_at_scale : Ocgtk_gio.Gio.Input_stream.input_stream_t -> int -> int -> bool -> Ocgtk_gio.Gio.Cancellable.cancellable_t option -> (pixbuf_t, GError.t) result
val new_from_xpm_data : string array -> pixbuf_t