package wayland

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

Edge values for resizing.

These values are used to indicate which edge of a surface is being dragged in a resize operation.

type t =
  1. | None : t
  2. | Top : t
  3. | Bottom : t
  4. | Left : t
  5. | Top_left : t
  6. | Bottom_left : t
  7. | Right : t
  8. | Top_right : t
  9. | Bottom_right : t
val to_int32 : t -> int32
val of_int32 : int32 -> t