For example, there is a on-char method on the editor-canvas% class in racket/gui/base. It handles the 'wheel-up and 'wheel-down events and passes other events to the on-char method on canvas%.
I would like to view the source code and see how it does that.
I wish there are some tools like the Ruby API documentation, but now I do not even know where the source code of racket/gui/base is.
