package oxbow

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

Module Layout.ScrollingSource

Sourcetype t =
  1. | Select of {
    1. align : Oxbow_core.Align.t;
    2. scope : Oxbow_core.Scope.t;
    }
  2. | Align of {
    1. align : Oxbow_core.Align.t;
    2. scope : Oxbow_core.Scope.t;
    }
  3. | Default_width of {
    1. delta : float Oxbow_core.Delta.t;
    2. scope : Oxbow_core.Scope.t;
    }
  4. | Orientation of {
    1. dir : Oxbow_core.Direction.Spatial.t;
    2. scope : Oxbow_core.Scope.t;
    }