singleton demo

This commit is contained in:
David Botton 2020-12-30 20:05:48 -05:00
parent f2ae15534c
commit 58d30a60bc
4 changed files with 35 additions and 5 deletions

View file

@ -38,8 +38,9 @@ application."
(defsection @clog-system (:title "CLOG System")
"CLOG Startup and Shutdown"
(initialize function)
(shutdown function))
(initialize function)
(set-on-new-window function)
(shutdown function))
(defsection @clog-utilities (:title "CLOG Utilities")
"CLOG utilities"