summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/builtin/builtin_GetBitmap.ml
blob: 060d77d324da36ca1580653652879bbff92a73bc (plain)
1
2
3
4
5
6
7
8
(* Tk_GetBitmap emulation *)
(* type *)
type bitmap = [
  | `File of string                 (* path of file *)
  | `Predefined of string           (* bitmap  name *)
]
(* /type *)