Module GtkMiscProps.Image


module Image: sig .. end

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 ->
?image:Gdk.image ->
?pixbuf:GdkPixbuf.pixbuf ->
?pixel_size:int ->
?pixmap:Gdk.pixmap ->
?mask:Gdk.bitmap ->
?stock:GtkStock.id ->
?icon_set:Gtk.icon_set -> ?icon_size:GtkEnums.icon_size -> 'b