What are the :PROPAGATED and :PROPAGATE-TO keywords used for in STklos slot
descriptions? The documentation provided with STk doesn't mention them.
They are used, for example, in Multipaned.stklos in the STk directory. The
file contains the following references to the above mentioned keywords:
(define-class <MultiPaned> (<Tk-composite-widget>)
(
...
(width :accessor width :init-keyword :width
:allocation :propagated :propagate-to (frame))
Paolo
--
Paolo Amoroso <amoroso_at_mclink.it>
Received on Tue Mar 24 1998 - 11:40:00 CET