package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gdkpixbuf/Ocgtk_gdkpixbuf/GdkPixbuf/Pixbuf_loader/class-pixbuf_loader/index.html

Class Pixbuf_loader.pixbuf_loader

method on_area_prepared : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_area_updated : ?after:bool -> callback:(x:int -> y:int -> width:int -> height:int -> unit) -> unit -> Gobject.Signal.handler_id
method on_closed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_size_prepared : ?after:bool -> callback:(width:int -> height:int -> unit) -> unit -> Gobject.Signal.handler_id
method close : unit -> (bool, GError.t) result
method get_animation : unit -> Ocgtk_gdkpixbuf__.GPixbuf_animation.pixbuf_animation_t option
method get_format : unit -> Ocgtk_gdkpixbuf__.Pixbuf_format.t option
method get_pixbuf : unit -> Ocgtk_gdkpixbuf__.GPixbuf.pixbuf_t option
method set_size : int -> int -> unit
method write_bytes : Glib_bytes.t -> (bool, GError.t) result
method as_pixbuf_loader : Ocgtk_gdkpixbuf__.Pixbuf_loader.t