package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Params.ScrollingSource

Sourcetype t = {
  1. mutable align : Oxbow_core.Align.t;
  2. mutable default_width : Oxbow_core.Width_fac.t;
  3. mutable offset : int;
  4. mutable dir : Oxbow_core.Direction.Spatial.t;
}