module Metrics_gui:sig..end
Display the table_contents matrix as a GTK table
val init_panel : Design.main_window_extension_points -> GPack.boxThe panel of Metrics has two parts:
val coerce_panel_to_ui : < coerce : 'a; .. > -> 'b -> string * 'a * 'c optionval display_as_table : string list list -> GPack.box -> unit
Display the table_contents matrix as a GTK table
val reset_panel : 'a -> unitval register_metrics : string -> (GPack.box -> unit) -> unitmetrics_name display_function () adds a selectable
choice for the metrics metrics_name and add a hook calling
display_function whenever this metrics is selected and launched.
Add a new metrics to its dedicated panel.
The text is added to the combox box while the action is added to the
association lists of possible actions.