Class GMisc.image


class image : [> Gtk.image ] Gtk.obj -> object .. end
A widget displaying an image
GTK documentation: GtkImage
Inherits
val obj : ([> Gtk.image ] as 'a) Gtk.obj
method clear : unit -> unit
since Gtk 2.8
method storage_type : image_type
method set_image : Gdk.image -> unit
method set_pixmap : GDraw.pixmap -> unit
method set_mask : Gdk.bitmap option -> unit
method set_file : string -> unit
method set_pixbuf : GdkPixbuf.pixbuf -> unit
method set_stock : GtkStock.id -> 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 image : Gdk.image
method pixmap : GDraw.pixmap
method mask : Gdk.bitmap option
method pixbuf : GdkPixbuf.pixbuf
method pixel_size : int
method stock : GtkStock.id
method icon_set : Gtk.icon_set
method icon_size : Gtk.Tags.icon_size