Module Mlpost_lablgtk

module Mlpost_lablgtk: sig .. end
Use Mlpost figures inside gtk interface

type auto_aspect = width:Num.t ->
height:Num.t -> Picture.t -> Transform.t
val aa_nothing : auto_aspect
val aa_center : auto_aspect
val aa_fit_page : auto_aspect
val aa_fit_width : auto_aspect
val aa_fit_height : auto_aspect
class mlpost_pic : ?width:int -> ?height:int -> ?packing:GObj.widget -> unit -> ?show:bool -> unit -> object .. end
widget gtk to display one mlpost picture
module Interface: sig .. end