package oxbow

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

Module Window.PresentationSource

module Tile_or_float : sig ... end
module Fullscreen_prior : sig ... end
type t =
  1. | Tiled
  2. | Floating
  3. | Maximized of {
    1. restore : Tile_or_float.t;
    }
  4. | Fullscreen of {
    1. restore : Fullscreen_prior.t;
    }