package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Wl_shell_surface
]
type Metadata.ty +=
  1. | T : [ `Wl_shell_surface ] Metadata.ty
type versions = [
  1. | `V1
]
val interface : string
val version : int32
module Resize : sig ... end

Edge values for resizing.

module Transient : sig ... end

Details of transient behaviour.

module Fullscreen_method : sig ... end

Different method to set the surface fullscreen.

val requests : int -> string * (string * [> `Int | `Object of string option | `String | `Uint ]) list
val events : int -> string * (string * [> `Int | `Uint ]) list