[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Views vs. Windows



At  9:40 PM 2/16/94 +0000, Allender wrote:
>Say you have two overlapping views in a window. Is there any way to change
>which view is topmost after the views have been added to the window?
>
>We'd like to be able to change which view is topmost without doing a
>remove-subviews and an add-subviews.

set-view-level & view-level are to views what
set-window-layer & window-layer are to windows
except that set-view-level does not take an optional third argument.

Both set-view-level & view-level are exported from the CCL package.
Documentation was omitted due to an oversight.

-Bill