improvements to windowing

This commit is contained in:
David Botton 2021-02-07 23:53:43 -05:00
parent 30e50aadc0
commit a4a25c96a6
5 changed files with 54 additions and 36 deletions

View file

@ -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)