CLIM mail archive

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

silly presentation question



In dynamic windows, i could present an object with keyword values as:

(present object `((type) :key1 ,value) :stream stream)

but if i now define:

(clim:define-presentation-method present (n (type group) stream view &key curr)
  ...code
)

i can't seem to find the syntax that will allow me to specify the
keyword :curr correctly.  nor do there seem to be examples in the CLIM
demos suite of doing this.

the analagous:

(clim:present object `((group) :curr T) :stream stream) fails with

Error: The value of TYPE is (GROUP :curr T), which is not a 
presentation-type-specifier.

can someone give me the quick fix?

thanks
pc


Follow-Ups:

Main Index | Thread Index