on launch focus goes to text-field
This commit is contained in:
parent
d65c4c634c
commit
e68c65c36a
@ -115,6 +115,9 @@
|
|||||||
[label "Send"]
|
[label "Send"]
|
||||||
[callback button-do-stuff]))
|
[callback button-do-stuff]))
|
||||||
|
|
||||||
|
|
||||||
|
(send input focus) ; move focus to text-field
|
||||||
|
|
||||||
; get-dc retrieves the canvas' device context. From racket docs. A dc object
|
; get-dc retrieves the canvas' device context. From racket docs. A dc object
|
||||||
; is a drawing context for drawing graphics and text. It represents output
|
; is a drawing context for drawing graphics and text. It represents output
|
||||||
; devices in a generic way.
|
; devices in a generic way.
|
||||||
|
Loading…
Reference in New Issue
Block a user