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 *)