Class GMisc.image
A widget displaying an image @gtkdoc gtk GtkImage
inherit misc
- constraint 'a = [> Gtk.image ]
val obj : 'a Gtk.obj
method storage_type : image_typesince Gtk 2.8
method set_file : string -> unitmethod set_pixbuf : GdkPixbuf.pixbuf -> unitmethod set_stock : GtkStock.id -> unitmethod set_icon_name : string -> unitmethod set_icon_set : Gtk.icon_set -> unitmethod set_icon_size : Gtk.Tags.icon_size -> unitmethod set_pixel_size : int -> unitmethod set_resource : string -> unitmethod set_use_fallback : bool -> unitmethod pixbuf : GdkPixbuf.pixbufmethod pixel_size : intmethod stock : GtkStock.idmethod icon_name : stringmethod icon_set : Gtk.icon_setmethod icon_size : Gtk.Tags.icon_sizemethod resource : stringmethod use_fallback : bool