ocaml/otherlibs/labltk/builtin/selection_own_set.ml

10 lines
250 B
OCaml
Raw Normal View History

(* builtin to handle callback association to widget *)
let own_set ?:command =
selection_ownset_icccm_optionals ?:command (fun opts w ->
tkEval [|TkToken"selection";
TkToken"own";
TkTokenList opts;
cCAMLtoTKwidget w|];
())