package lablgtk3

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

A widget displaying an image @gtkdoc gtk GtkImage

inherit misc
constraint 'a = [> Gtk.image ]
val obj : 'a Gtk.obj
method clear : unit -> unit

since Gtk 2.8

method storage_type : image_type

since Gtk 2.8

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