package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lambda-term-2.0.1.tbz
sha256=541cda520f42bc5551175e0d24ddec8724b9391d52da7c7253f7817972c49a5a
md5=4b4b8480fe1280e1ed2a34ed93d16675

doc/lambda-term/LTerm_widget/class-scrollable/index.html

Class LTerm_widget.scrollableSource

Main object implementing scroll logic for coordination between a scrollable wigdet and a scrollbar widget.

scrollable_adjustment implements the main logic and provides a lowlevel interface for controlling how mouse events are translated to scroll offsets (set_mouse_mode) and the size of the scrollbar (set_scroll_bar_mode).

scrollable_document provides a higher level interface for configuring the operation of the scrollbar where the scrollbar is used to reflect the area of a page within a potentially larger document.

scrollbar_private is an internal interface between the scrollable object and a scrollbar used to exchange parameters needed to perform rendering.