Module Byo_toplayer_private_floating.Match_anchor_side

type t =
  1. | Grow_to_match
  2. | Match_exactly
  3. | Shrink_to_match

Grow_to_match will set min-width or min-height; Match_exactly will set width or height, and Shrink_to_match will set max-width or max-height.

If not set here, max height and width will be set to the available space.

include Sexplib0.Sexpable.S with type t := t
include Sexplib0.Sexpable.Of_sexp with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
include Sexplib0.Sexpable.Sexp_of with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_sexp_grammar : t Sexplib0.Sexp_grammar.t @@ portable
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list