mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 18:50:42 -08:00
improvements to windowing
This commit is contained in:
parent
30e50aadc0
commit
a4a25c96a6
5 changed files with 54 additions and 36 deletions
11
clog.lisp
11
clog.lisp
|
|
@ -306,11 +306,12 @@ embedded in a native template application.)"
|
|||
(vertical-align generic-function)
|
||||
|
||||
"CLOG-Element - Methods"
|
||||
(add-class generic-function)
|
||||
(remove-class generic-function)
|
||||
(toggle-class generic-function)
|
||||
(remove-from-dom generic-function)
|
||||
(click generic-function)
|
||||
(add-class generic-function)
|
||||
(remove-class generic-function)
|
||||
(toggle-class generic-function)
|
||||
(remove-from-dom generic-function)
|
||||
(remove-from-clog generic-function)
|
||||
(click generic-function)
|
||||
|
||||
"CLOG-Element - DOM Traversal Methods"
|
||||
(parent-element generic-function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue