package ocgtk

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

Module Gtk.Image

class type image_t = object ... end
class image : [ `image | `widget | `initially_unowned | `object_ ] Gobject.obj -> image_t
val new_ : unit -> image_t
val new_from_file : string -> image_t
val new_from_gicon : Ocgtk_gio.Gio.Icon.icon_t -> image_t
val new_from_icon_name : string option -> image_t
val new_from_paintable : Ocgtk_gdk.Gdk.Paintable.paintable_t option -> image_t
val new_from_pixbuf : Ocgtk_gdkpixbuf.GdkPixbuf.Pixbuf.pixbuf_t option -> image_t
val new_from_resource : string -> image_t