summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/builtin/builtin_GetPixel.ml
blob: 0178934707f7c6dee426e900a5698029e75bf4ea (plain)
1
2
3
4
5
6
7
8
9
10
11
(* Tk_GetPixels emulation *)
(* type *)
type units = [
  | `Pix of int
  | `Cm of float
  | `In of float
  | `Mm of float
  | `Pt of float
]
(* /type *)