original commit: 0f66d998765a5c97a4c435caf5458692a3681ad5
This commit is contained in:
Matthew Flatt 2002-12-04 22:17:04 +00:00
parent 5bd49e5c91
commit 4eed735987
2 changed files with 13 additions and 1 deletions

View File

@ -1983,7 +1983,7 @@
(define/override (handles-key-code code alpha? meta?)
#f)
(super-instantiate (mred proxy parent -1 -1 1 1 null))
(super-instantiate (mred proxy parent -1 -1 -1 -1 null))
(compute-sizes)
(set-min-width (inexact->exact (ceiling (get-total-width))))

View File

@ -207,6 +207,18 @@ Combinations to try:
Also, while the busy cursor is on, try creating a new Big/Medium Frame
and make sure that the busy cursor is active in the new frame and over
all controls in the new frame.
Inactive Adds
-------------
The "New Inactive" popup creates subwindow<%>s and adds them to the
same panel as the "New Inactive" control, but each subwindow<%> is
created with the 'inactive style, which means that the subwindow<%> is
initially hidden and inactive. The "*Activate Last*" item activates
the last-created subwindow<%>, i.e., it shows the subwindow<%> and
adjusts the panel size to accomodate the activated window<%>. The key
part of this test is that no inactive subwindow<%> is shown, and no
inactive subwindow<%> affects the panel's geometry.
Popup Menus (Big Frame)
-----------