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_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
GTK widget which displays an mlpost picture.
module Interface : sig ... end