Module Mlpost_lablgtk
Use Mlpost figures inside gtk interface.
type auto_aspect= width:Mlpost.Num.t -> height:Mlpost.Num.t -> Mlpost.Picture.t -> Mlpost.Transform.t
val aa_nothing : auto_aspectval aa_center : auto_aspectval aa_fit_page : auto_aspectval aa_fit_width : auto_aspectval aa_fit_height : auto_aspect
class mlpost_pic : ?width:int -> ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> object ... endGTK widget which displays an mlpost picture.
module Interface : sig ... end