DGraphViewItem.textshape
method highlight : ?color:(int32 * int32) -> unit -> unit
Change the color of the text. May be cancelled by dehighlight. If color is primary,secondary, then primary is used except if the current color is primary. In this case, secondary is used.
dehighlight
color
primary,secondary
primary
secondary
method dehighlight : unit -> unit
Cancel highlight.
highlight
method hide : unit -> unit
method show : unit -> unit
method lower_to_bottom : unit -> unit
method connect : < event : callback:(GnoCanvas.item_event -> bool) -> GtkSignal.id ; after : GnoCanvas.item_signals ; destroy : callback:(unit -> unit) -> GtkSignal.id >