Module DGraphViewItem.VP


module VP: sig .. end
Tiny module to easily create and combine view_item properties

type t = DGraphViewItem.shape_p list * GnomeCanvas.text_p list 
A pair of shape properties and text properties
val empty : t
Monoid interface
val combine : t -> t -> t
type color = string 
Simple properties
val shp_color : color -> t
val shp_fill_color : color -> t
val txt_color : color -> t
val shp_width : float -> t
val txt_weight : int -> t