Module GtkMisc.Image

module Image: GtkMiscProps.Image

val cast : 'a Gobject.obj -> Gtk.image Gtk.obj
module P: sig .. end
val create : Gtk.image Gobject.param list -> Gtk.image Gtk.obj
val clear : [> `image ] Gtk.obj -> unit
val make_params : cont:(([> `image ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list ->
?file:string ->
?icon_name:string ->
?icon_set:Gtk.icon_set ->
?icon_size:GtkEnums.icon_size ->
?pixbuf:GdkPixbuf.pixbuf ->
?pixel_size:int ->
?resource:string -> ?stock:GtkStock.id -> ?use_fallback:bool -> 'b