Module Bogue.Layout.Resize

module Resize: sig .. end

Resize strategies for Layout.flat and Layout.tower


type strategy = 
| Disable (*

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

*)
| Linear (*

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

*)
| Default (*

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

*)