mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
More helpers for clog in quicklisp
This commit is contained in:
parent
2c3df8d408
commit
264cef0db2
8 changed files with 187 additions and 55 deletions
|
|
@ -23,7 +23,7 @@
|
|||
(set-on-click hello-element ; Now we set a function to handle clicks
|
||||
(lambda (obj) ; In this case we use an anonymous function
|
||||
(declare (ignore obj))
|
||||
(setf (color hello-element) "green")))
|
||||
(setf (color hello-element) :green)))
|
||||
|
||||
(run body))) ; Keep our thread alive until connection closes
|
||||
; and prevent garbage collection of our CLOG-Objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue