class mlpost_pic :?width:int -> ?height:int -> ?packing:GObj.widget -> unit -> ?show:bool -> unit ->object..end
GTK widget which displays an mlpost picture.
GObj.widgetval obj : Gtk.widget Gtk.obj
method pic : Picture.tThe displayed picture
method set_pic : Picture.t -> unitSets the picture to display. This function doesn't refresh the widget.
method background : GDraw.colorThe actual background color
method set_background : GDraw.color -> unitSets the background color
method size : int * intThe size of the drawing area (width,height)
method set_auto_aspect : auto_aspect -> unitdefine the transformation used to have a good aspect of the picture (centered, ...)
method set_show_corner : bool -> unit