[plt-scheme] Override [Tab] handling in text-field%

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jun 6 09:36:48 EDT 2009

At Fri, 5 Jun 2009 21:59:41 -0700 (PDT), Dale Hurtt wrote:
> How can you easily override the [Tab] being handled by the top level
> window when the focus is in a text-field? I want to use the tab in the
> field.

You can override `on-traverse-char' in the frame% or dialog% that
contains the text field. There's currently no way to control Tab
handling locally in the text-field%, I think.



Posted on the users mailing list.