package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Xdg_toplevel
]
type Wayland.Metadata.ty +=
  1. | T : [ `Xdg_toplevel ] Wayland.Metadata.ty
type versions = [
  1. | `V1
  2. | `V2
  3. | `V3
  4. | `V4
  5. | `V5
]
val interface : string
val version : int32
module Error : sig ... end
module Resize_edge : sig ... end

Edge values for resizing.

module State : sig ... end

Types of state on the surface.

module Wm_capabilities : sig ... end
val requests : int -> string * (string * [> `Int | `Object of string option | `String | `Uint ]) list
val events : int -> string * (string * [> `Array | `Int ]) list