([> Gtk.image ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method as_widget : Gtk.widget Gtk.obj
  method clear : unit -> unit
  method coerce : GObj.widget
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method get_oid : int
  method icon_set : Gtk.icon_set
  method icon_size : Gtk.Tags.icon_size
  method image : Gdk.image
  method mask : Gdk.bitmap option
  method misc : GObj.misc_ops
  method pixbuf : GdkPixbuf.pixbuf
  method pixel_size : int
  method pixmap : GDraw.pixmap
  method set_file : string -> unit
  method set_icon_set : Gtk.icon_set -> unit
  method set_icon_size : Gtk.Tags.icon_size -> unit
  method set_image : Gdk.image -> unit
  method set_mask : Gdk.bitmap option -> unit
  method set_pixbuf : GdkPixbuf.pixbuf -> unit
  method set_pixel_size : int -> unit
  method set_pixmap : GDraw.pixmap -> unit
  method set_stock : GtkStock.id -> unit
  method set_xalign : float -> unit
  method set_xpad : int -> unit
  method set_yalign : float -> unit
  method set_ypad : int -> unit
  method stock : GtkStock.id
  method storage_type : GMisc.image_type
  method xalign : float
  method xpad : int
  method yalign : float
  method ypad : int
end