on launch focus goes to text-field

This commit is contained in:
Ibrahim Mkusa 2017-04-23 15:19:51 -04:00
parent d65c4c634c
commit e68c65c36a

View File

@ -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.