package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `image ] Gobject.obj
method set_file : < icon_name : string ; icon_set : Gtk.icon_set ; icon_size : GtkEnums.icon_size ; pixbuf : GdkPixbuf.pixbuf ; pixel_size : int ; resource : string ; set_file : string -> unit ; set_icon_name : string -> unit ; set_icon_set : Gtk.icon_set -> unit ; set_icon_size : GtkEnums.icon_size -> unit ; set_pixbuf : GdkPixbuf.pixbuf -> unit ; set_pixel_size : int -> unit ; set_resource : string -> unit ; set_stock : GtkStock.id -> unit ; set_use_fallback : bool -> unit ; stock : GtkStock.id ; storage_type : GtkEnums.image_type ; use_fallback : bool.. > -> string -> unit
method set_icon_name : 'a -> string -> unit
method set_icon_set : 'a -> Gtk.icon_set -> unit
method set_icon_size : 'a -> GtkEnums.icon_size -> unit
method set_pixbuf : 'a -> GdkPixbuf.pixbuf -> unit
method set_pixel_size : 'a -> int -> unit
method set_resource : 'a -> string -> unit
method set_stock : 'a -> GtkStock.id -> unit
method set_use_fallback : 'a -> bool -> unit
method icon_name : 'a -> string
method icon_set : 'a -> Gtk.icon_set
method icon_size : 'a -> GtkEnums.icon_size
method pixbuf : 'a -> GdkPixbuf.pixbuf
method pixel_size : 'a -> int
method resource : 'a -> string
method stock : 'a -> GtkStock.id
method storage_type : 'a -> GtkEnums.image_type
method use_fallback : 'a -> bool