doc set-event

This commit is contained in:
David Botton 2022-07-25 17:57:19 -04:00
parent 29fd488725
commit 0f150a31a8

View file

@ -9,6 +9,9 @@
(cl:in-package :clog) (cl:in-package :clog)
;;; clog-presentations - link Lisp objects and CLOG objects ;;; clog-presentations - link Lisp objects and CLOG objects
;;;
;;; set-event is the event to be fired, it must be a one parameter event time
;;; like on-focus, on-click, etc.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Implementation - clog-presentations ;; Implementation - clog-presentations