summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/builtin/selection_handle_set.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/builtin/selection_handle_set.mli')
-rw-r--r--otherlibs/labltk/builtin/selection_handle_set.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/otherlibs/labltk/builtin/selection_handle_set.mli b/otherlibs/labltk/builtin/selection_handle_set.mli
new file mode 100644
index 0000000000..d1d9963999
--- /dev/null
+++ b/otherlibs/labltk/builtin/selection_handle_set.mli
@@ -0,0 +1,4 @@
+val handle_set :
+ command: (pos:int -> len:int -> string) ->
+ ?format: string -> ?selection:string -> ?type: string -> 'a widget -> unit
+(* tk invocation: selection handle <icccm list> <widget> <command> *)