in-place editing?
Can anyone suggest a reasonable way to do in-place text editing on a pane that mixes graphics and text (output-pane)? Obviously, I can use gp:draw-string and build code to handle all keyboard input explicitly. Just wondering if I'm missing a cheat (e.g. something like stealing the editing functionality from capi:multi-line-text-input-pane and somehow using it on an output pane?, inherit from something?, fake out capi:contain (how?) and use a capi widget?). thanx pt