package ocgtk

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

Module Gtk.Picture

class type picture_t = object ... end
class picture : [ `picture | `widget | `initially_unowned | `object_ ] Gobject.obj -> picture_t
val new_ : unit -> picture_t
val new_for_file : Ocgtk_gio.Gio.File.file_t option -> picture_t
val new_for_filename : string option -> picture_t
val new_for_paintable : Ocgtk_gdk.Gdk.Paintable.paintable_t option -> picture_t
val new_for_resource : string option -> picture_t