class image :[> Gtk.image ] Gtk.obj ->
object
..end
A widget displaying an image
val obj : ([> Gtk.image ] as 'a) Gtk.obj
method clear : unit -> unit
since Gtk 2.8
method storage_type : image_type
method set_file : string -> unit
method set_pixbuf : GdkPixbuf.pixbuf -> unit
method set_stock : GtkStock.id -> unit
method set_icon_name : string -> unit
method set_icon_set : Gtk.icon_set -> unit
method set_icon_size : Gtk.Tags.icon_size -> unit
method set_pixel_size : int -> unit
method set_resource : string -> unit
method set_use_fallback : bool -> unit
method pixbuf : GdkPixbuf.pixbuf
method pixel_size : int
method stock : GtkStock.id
method icon_name : string
method icon_set : Gtk.icon_set
method icon_size : Gtk.Tags.icon_size
method resource : string
method use_fallback : bool