package bogue

  1. Overview
  2. Docs

Module Layout.ResizeSource

Resize strategies for flat and tower

Sourcetype strategy =
  1. | Disable
    (*

    Don't resize (and cancel the rooms resize functions).

    *)
  2. | Linear
    (*

    Scale only in one direction, horizontal or vertical depending on function (flat or tower).

    *)
  3. | Default
    (*

    Default resizing strategy: scale dimensions and positions with respect to the layout size.

    *)
OCaml

Innovation. Community. Security.