package ecaml

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

(Info-goto-node "(elisp) Windows and Frames")

module Direction : sig ... end
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ecaml_value.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val parent_exn : t -> Ecaml__.Window0.window -> t

parent_exn t window returns the Combination node that is the parent of Window window in t. If t = Window window, it returns t. Raises if window is not in t.