You can search for identifiers within the package.
in-package search v0.2.0
Slider widget
Dependency graph
type t
type kind =
| Horizontal
| HBar
| Vertical
| Circular
val size : t -> int * int
val value : t -> int
Get current value.
val set : t -> int -> unit
Set a new value.