summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/builtin/builtin_ScrollValue.ml
blob: 250fd2eda46d983a52a70f2ba936fdb87539894a (plain)
1
2
3
4
5
6
7
8
(* type *)
type scrollValue = [
  | `Page of int          (* tk option: scroll <int> page *)
  | `Unit of int          (* tk option: scroll <int> unit *)
  | `Moveto of float      (* tk option: moveto <float> *)
]
(* /type *)