package wayland

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

Module Wl_shell_surface.ResizeSource

Edge values for resizing.

These values are used to indicate which edge of a surface is being dragged in a resize operation. The server may use this information to adapt its behavior, e.g. choose an appropriate cursor image.

Sourcetype t = int32
Sourceval none : int32
Sourceval top : int32
Sourceval bottom : int32
Sourceval left : int32
Sourceval top_left : int32
Sourceval bottom_left : int32
Sourceval right : int32
Sourceval top_right : int32
Sourceval bottom_right : int32
Sourceval to_int32 : 'a -> 'a
Sourceval of_int32 : 'a -> 'a
OCaml

Innovation. Community. Security.