Hi list,

on GTK, editor-canvas%es are not visually distinguished, like
text-field%s are, to indicate that it is possible to enter text; the
following code:



#lang racket/gui

(define root (new frame% (label "test")))

(new text-field% (parent root) (label "Input: "))

(define text (new text%))

(new editor-canvas% (parent root) (editor text) (min-width 40)
(min-height 50))

(send root show #t)



produces the attached screenshot on my system,

Marijn

<<attachment: editor-canvas-not-visually-distinguished.png>>

Attachment: signature.asc
Description: OpenPGP digital signature

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to