Module Waves.Config

type t = {
  1. mutable signals_width : Base.int;
  2. mutable values_width : Base.int;
  3. mutable wave_width : Base.int;
  4. mutable start_cycle : Base.int;
  5. mutable start_signal : Base.int;
  6. mutable selected_signal : Base.int;
  7. mutable signal_scroll : Base.int;
  8. mutable value_scroll : Base.int;
}
include Sexplib0.Sexpable.S with type t := t
include Sexplib0.Sexpable.Of_sexp with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
include Sexplib0.Sexpable.Sexp_of with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
val default : t