package bogue

  1. Overview
  2. Docs

Resize strategies

type strategy =
  1. | Keep
    (*

    Keep and apply the individual rooms resize functions.

    *)
  2. | Disable
    (*

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

    *)
  3. | Linear
    (*

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

    *)
  4. | Default
    (*

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

    *)
OCaml

Innovation. Community. Security.