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

Re: complexity of mechanism

This page is part of the web mail archives of SRFI 89 from before July 7th, 2015. The new archives for SRFI 89 contain all messages, not just those from before July 7th, 2015.



John Cowan scripsit:

> 	(let ((m (make-message-box)))

I should have written:

	(let ((m (make-message-box)))
	  (m 'set-title! <title>)
	  (m 'set-prompt! <prompt>)
	  ...
	  (m 'set-bgcolor! <color>)
	  ...
	  (m 'show))

-- 
"But I am the real Strider, fortunately,"       John Cowan
he said, looking down at them with his face     cowan@ccil.org
softened by a sudden smile.  "I am Aragorn son  http://www.ccil.org/~cowan
of Arathorn, and if by life or death I can
save you, I will."  --LotR Book I Chapter 10