Fixes and additions and doc updates

This commit is contained in:
David Botton 2021-01-04 15:17:35 -05:00
parent c998e04802
commit 6d91801a81
4 changed files with 637 additions and 265 deletions

143
clog.lisp
View file

@ -125,6 +125,7 @@ application."
(class-name generic-function)
(editablep generic-function)
(draggablep generic-function)
(visiblep generic-function)
(hiddenp generic-function)
(inner-html generic-function)
(outer-html generic-function)
@ -136,75 +137,89 @@ application."
(language-code generic-function)
(client-left generic-function)
(client-top generic-function)
(client-bottom generic-function)
(client-right generic-function)
(client-width generic-function)
(client-height generic-function)
(offset-left generic-function)
(offset-top generic-function)
(offset-bottom generic-function)
(offset-right generic-function)
(offset-width generic-function)
(offset-height generic-function)
(html-tag generic-function)
"CLOG-Element - Styles"
(box-sizing-type type)
(box-sizing generic-function)
(clear-side-type type)
(clear-side generic-function)
(float-wrap-type type)
(float-wrap generic-function)
(display-type type)
(display generic-function)
(overflow-type type)
(overflow generic-function)
(overflow-x-type type)
(overflow-x generic-function)
(overflow-y-type type)
(overflow-y generic-function)
(z-index generic-function)
(resizable-type type)
(resizable generic-function)
(position-type type)
(positioning generic-function)
(position-top generic-function)
(position-left generic-function)
(offset-top generic-function)
(offset-left generic-function)
(left generic-function)
(top generic-function)
(right generic-function)
(bottom generic-function)
(box-height generic-function)
(box-width generic-function)
(maximum-height generic-function)
(maximum-width generic-function)
(minimum-height generic-function)
(minimum-width generic-function)
(visiblep generic-function)
(inner-height generic-function)
(inner-width generic-function)
(outer-height generic-function)
(outer-width generic-function)
(outer-height-to-margin generic-function)
(outer-width-to-margin generic-function)
(color generic-function)
(opacity generic-function)
(background-attachment generic-function)
(background-color generic-function)
(background-image generic-function)
(background-position generic-function)
(background-origin generic-function)
(background-repeat generic-function)
(background-clip generic-function)
(background-size generic-function)
(border generic-function)
(border-radius generic-function)
(box-shadow generic-function)
(outline generic-function)
(margin generic-function)
(padding generic-function)
(cursor generic-function)
(font generic-function)
(vertical-align-type type)
(vertical-align generic-function)
(box-sizing-type type)
(box-sizing generic-function)
(clear-side-type type)
(clear-side generic-function)
(float-wrap-type type)
(float-wrap generic-function)
(display-type type)
(display generic-function)
(overflow-type type)
(overflow generic-function)
(overflow-x-type type)
(overflow-x generic-function)
(overflow-y-type type)
(overflow-y generic-function)
(z-index generic-function)
(resizable-type type)
(resizable generic-function)
(position-type type)
(positioning generic-function)
(position-top generic-function)
(position-left generic-function)
(offset-top generic-function)
(offset-left generic-function)
(left generic-function)
(top generic-function)
(right generic-function)
(bottom generic-function)
(box-height generic-function)
(box-width generic-function)
(maximum-height generic-function)
(maximum-width generic-function)
(minimum-height generic-function)
(minimum-width generic-function)
(inner-height generic-function)
(inner-width generic-function)
(outer-height generic-function)
(outer-width generic-function)
(outer-height-to-margin generic-function)
(outer-width-to-margin generic-function)
(color generic-function)
(opacity generic-function)
(background-attachment-type type)
(background-attachment generic-function)
(background-color generic-function)
(background-image generic-function)
(background-position generic-function)
(background-origin-type type)
(background-origin generic-function)
(background-repeat-type type)
(background-repeat generic-function)
(background-clip-type type)
(background-clip generic-function)
(background-size generic-function)
(border-style-type type)
(border generic-function)
(set-border generic-function)
(border-radius generic-function)
(box-shadow generic-function)
(outline-style-type type)
(outline generic-function)
(set-outline generic-function)
(margin generic-function)
(set-margin generic-function)
(padding generic-function)
(set-padding generic-function)
(cursor generic-function)
(font-style-type type)
(font-variant-type type)
(font generic-function)
(set-font generic-function)
(text-alignment-type type)
(text-alignment generic-function)
(vertical-align-type type)
(vertical-align generic-function)
"CLOG-Element - Methods"
(add-class generic-function)