mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Additions to tutorial 8
This commit is contained in:
parent
5d41a2131a
commit
893a140e01
9 changed files with 62 additions and 35 deletions
13
clog.lisp
13
clog.lisp
|
|
@ -32,6 +32,7 @@ application."
|
|||
(@clog-obj section)
|
||||
(@clog-element section)
|
||||
(@clog-element-common section)
|
||||
(@clog-form section)
|
||||
(@clog-body section)
|
||||
(@clog-window section)
|
||||
(@clog-document section)
|
||||
|
|
@ -65,9 +66,10 @@ application."
|
|||
(blur generic-function)
|
||||
|
||||
"CLOG-Obj - Low Level"
|
||||
(connection-data generic-function)
|
||||
(connection-data-item generic-function)
|
||||
(validp generic-function)
|
||||
(connection-data generic-function)
|
||||
(connection-data-item generic-function)
|
||||
(remove-connection-data-item generic-function)
|
||||
(validp generic-function)
|
||||
|
||||
"CLOG-Obj - Event Handling"
|
||||
(set-on-resize generic-function)
|
||||
|
|
@ -285,6 +287,11 @@ application."
|
|||
(clog-span class)
|
||||
(create-span generic-function))
|
||||
|
||||
(defsection @clog-form (:title "CLOG Form Objects")
|
||||
"CLOG-Form - Class for organizing Form Elements in to a From"
|
||||
(clog-form class)
|
||||
(create-form generic-function))
|
||||
|
||||
(defsection @clog-body (:title "CLOG Body Objects")
|
||||
"CLOG-Body - CLOG Body Objects"
|
||||
(clog-body class)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue