Hi all,

I would like my text% to have copy/paste abilities. Actually, I'd settle
for a user being able to copy out of a text% object. I was under the
impression that I could use set-keymap and add-text-keymap-functions to get
me there, but I'm not having much luck. What is the right/better approach?

I thought something like

(define text (new text%))
(define keymap (new keymap%))

(add-text-keymap-functions keymap)
(send text set-keymap keymap)

would be along the right lines, but no?

Pointers appreciated,
Matt
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to