Wtext.markerThe style of added entries. Defaults to empty.
Warning must be set before any entry is added.
The style of hovered entries. Defaults to background green.
Warning must be set before any entry is added.
method connect : (GdkEvent.Button.t -> 'a entry -> unit) -> unitmethod on_click : ('a entry -> unit) -> unitmethod on_double_click : ('a entry -> unit) -> unitmethod on_right_click : ('a entry -> unit) -> unitmethod on_shift_click : ('a entry -> unit) -> unitmethod on_add : ('a entry -> unit) -> unitRegister with #add an entry around its pretty-print.
method mark : 'b. 'a ->
(Stdlib.Format.formatter -> 'b -> unit) ->
Stdlib.Format.formatter ->
'b ->
unitRegister the entry around the pretty-printed material.
method add : 'a entry -> unitRegister an entry