ocaml/otherlibs/labltk/builtin/builtin_GetBitmap.ml

9 lines
181 B
OCaml

(* Tk_GetBitmap emulation *)
(* type *)
type bitmap = [
| `File of string (* path of file *)
| `Predefined of string (* bitmap name *)
]
(* /type *)