summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/builtin/builtin_GetBitmap.ml
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/builtin/builtin_GetBitmap.ml')
-rw-r--r--otherlibs/labltk/builtin/builtin_GetBitmap.ml8
1 files changed, 8 insertions, 0 deletions
diff --git a/otherlibs/labltk/builtin/builtin_GetBitmap.ml b/otherlibs/labltk/builtin/builtin_GetBitmap.ml
new file mode 100644
index 000000000..31b807e68
--- /dev/null
+++ b/otherlibs/labltk/builtin/builtin_GetBitmap.ml
@@ -0,0 +1,8 @@
+(* Tk_GetBitmap emulation *)
+(* type *)
+type bitmap = [
+ `File string (* path of file *)
+ | `Predefined string (* bitmap name *)
+]
+(* /type *)
+