package bonsai

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

Module Handle.Position_trackerSource

Sourcetype change = {
  1. selector : string;
  2. top : int;
  3. left : int;
  4. width : int;
  5. height : int;
}
Sourceval change_positions : ('a, 'b) t -> change list -> unit