OSDN Git Service

Put the log and scratch text in the same window.
authorSimon Forman <sforman@hushmail.com>
Sat, 2 May 2020 19:51:29 +0000 (12:51 -0700)
committerSimon Forman <sforman@hushmail.com>
Sat, 2 May 2020 19:51:29 +0000 (12:51 -0700)
commit8604dccc24be1bf568eac0729fe51463bd33ba38
treeddd3e8c2bee382f4912ddd6e60dfa32c5da67e12
parentb935e53ca4480e647509828f55d825eb16186ac6
Put the log and scratch text in the same window.

This is a step towards Ticket #40360 without going all the way.  You can
open additional viewer windows.  They are not connected by an
Oberon-style messaging system (yet.  It would be nice to use the Tk event
system for that.)

This way the log and the main/scratch/system-menu text are conceptually
unified in the (equivelent of "desktop") base metaphor of the system.
joy/gui/main.py
joy/gui/textwidget.py