Go to file
Matthew Flatt 17c089c814 racket/gui: change placement of children in panel% and pane%
The `panel%` and `pane%` classes were not originally intended for
direct instantiation; instead, `horizontal-pane[l]%` and
`vertical-pane[l]%` provide basic placements that make sense for
multiple children. Adjusting `pane[l]%` to just overlay all children
seems both sensible and useful (if only one child is shown at a time,
for example).

As suggested by David Nelson.

original commit: 32ae3f83080ab625f0bcfdf907e3682a2da9f36b
2014-08-24 07:29:55 -06:00
pkgs racket/gui: change placement of children in panel% and pane% 2014-08-24 07:29:55 -06:00