package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `image ] Gobject.obj
method set_file : image_props -> 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