mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Support target object on events
This commit is contained in:
parent
f897486c81
commit
34971a7c90
10 changed files with 119 additions and 50 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
(let ((x 0)) ; A closure - each call to on-new-window will
|
||||
(set-on-click hello-element ; create a different version of this closer.
|
||||
(lambda ()
|
||||
(lambda (obj)
|
||||
(incf x)
|
||||
(dotimes (n x)
|
||||
(create-child body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue