[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
draw-cell-contents
- To: info-macl@cambridge.apple.com
- Subject: draw-cell-contents
- From: lynch@aristotle.ils.nwu.edu (Richard Lynch)
- Date: Fri, 2 Aug 91 19:48:18 CDT
How exactly is a truncating-string-steam utilized in the draw-cell-contents
of a sequence-dialog-item...? I'd really like to get that ellipsis effect for
free in a specialization I am working on that has to indent some of the cells.
I've tried (from memory)
(with-open-stream (stream (make-truncting-string-stream foo))
;where foo is the width of the cell, or the right of the cell in local
;coordinates
(funcall (table-print-function view) item stream)
)
This didn't work either way...
Maybe make-truncating-string-steam takes a rect?