[racket] Extending the Racket GUI with native widgets
2011/1/5 Matthew Flatt <mflatt at cs.utah.edu>:
> I see... You need `get-client-handle', which returns the inner widget
> of a window rather than the outer one. (There are two layers to a
> `panel%' for event-handling reasons.)
>
> I've added `get-client-handle' to `window<%>', which you should use
> in this case instead of `get-handle'.
> [...]
Thank you! I'll wait for the next nightly build and try it :-)
Ciao,
Thomas
--
When C++ is your hammer, every problem looks like your thumb.