[racket] Extending the Racket GUI with native widgets

From: Thomas Chust (chust at web.de)
Date: Wed Jan 5 15:52:07 EST 2011

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.


Posted on the users mailing list.